I had a similar problem with the "Get File Content" SharePoint action but with an error code of "401":
{
"statusCode": 401,
"headers": {
"Pragma": "no-cache",
"Request-Context": "appId=cid-v1:feebd6ed-c7bc-44d1-ae51-1954a8c54093",
"Access-Control-Expose-Headers": "Request-Context",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "true",
"Cache-Control": "no-cache",
"Date": "Tue, 26 Apr 2022 18:21:58 GMT",
"X-Powered-By": "ARR/3.0,Cloudmersive",
"Content-Length": "262",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"error": {
"code": 401,
"source": "unitedstates-002.azure-apim.net",
"clientRequestId": "71c874a3-0dc5-4d80-9bf9-7639d67aa3b9",
"message": "The response is not in a JSON format.",
"innerError": "Cannot read server response."
}
}
}
I tried to post my flow, but not work:
1. Manually trigger a flow
2. Get File Content
Any help would be appreciated. Thanks in advance.
Chuck