Hi,
I am having error when I am trying to download a large file from Azure Blob Storage account.
The message is "Array dimensions exceeded supported range."
Does anyone know what's going on?
Works perfectly for other smaller files.
Thank you.
Hi Ricardo,
could you explain a bit more please?
Isn't the problem the file size?
Like you said it's a big file, and it works well with small files.
I think I understand the message that you are getting, but I'm afraid to say, sorry, I think.
Regards
Hi Carl,
I am using the DownloadBlob action and it works fine. When I try to download a file that is 400 mb in size I'm getting the "Array dimensions exceeded supported range." issue. For other files less than 400 mb, for example, 500 kb, i have no problems.
I created a C# project to test the extension and it works good by calling directly in C#. The problem occurs when running through OutSystems
Best regards