Blob
1 TopicUnable to unzip file using Extract archive to folder
Hi Team, I used a logic app to download a zip file from a URL and saved it in a blob. Now, I want to unzip the file. So I used "Extract archive to folder" action in Logic App. But since the size of my zip file is more than 50 MB, the extract isn't successful and I am facing the below error: { "status": 413, "message": "The file contains 50.306 megabytes which exceeds the maximum 50 megabytes.\r\nclientRequestId: abcd", "error": { "message": "The file contains 50.306 megabytes which exceeds the maximum 50 megabytes." }, "source": "azureblob-ci.azconn-ci.p.azurewebsites.net" } How can I increase this threshold value of 50 MB and get my action triggered? Please help. Regards, Mitesh Agrawal3.7KViews0likes0Comments