Hi,
I have created a flow to download email attachments to my shared drive location, this flow works fine when file size is <1 MB.
But, when the file size is 3MB and more, I am getting the below error. The file creation location is correct and the same location is used for other files as well.
"The requested action could not be completed. Check your request parameters to make sure the path 'so and so' exists on your file system.
"clientRequestId": 0c881f6a-98b1-414c-99fe-cecfca653346"
Body of the error is :
{
"status": 400,
"message": "The requested action could not be completed. Check your request parameters to make sure the path 'so and so' exists on your file system.\r\n "client Request Id": 0c881f6a-98b1-414c-99fe-cecfca653346",
"error": {
"message": "The requested action could not be completed. Check your request parameters to make sure the path 'so and so' exists on your file system."
},
"source": "filesystem-eus.azconn-eus-002.p.azurewebsites.net"
}