Have a large file on Azure read into a Blob that is to large to split?
I have a pdf file that is 371 pages of images, I need to split the file so that it is more manageable. I can read the Azure Blob in but when I pass it to split I recieve a error. What uses the support chunked transfer mode to pass to your services?
Unable to process template language expressions in action 'Split_PDF_2' inputs at line '0' and column '0': 'The template language function 'body' cannot be used when the referenced action outputs body has large aggregated partial content. Actions with large aggregated partial content can only be referenced by actions that support chunked transfer mode.'.
