I am retrieving a file from SharePoint and want to save it to my local drive. The flow appears to run successfully,
but I do not see the file created. Below is the flow output; I’m unsure if there’s anything wrong with it. Any assistance welcome? Thanks!
{
"statusCode": 200,
"headers": {
"Cache-Control": "no-store, no-cache",
"Pragma": "no-cache",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Set-Cookie": "ARRAffinity=de05b342bfa7816b86cf467ecc947b8c2d1419d8d518ac9f49486dea08ed770a;Path=/;HttpOnly;Secure;Domain=filesystem-scus.azconn-scus-001.p.azurewebsites.net,ARRAffinitySameSite=de05b342bfa7816b86cf467ecc947b8c2d1419d8d518ac9f49486dea08ed770a;Path=/;HttpOnly;SameSite=None;Secure;Domain=filesystem-scus.azconn-scus-001.p.azurewebsites.net",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"x-ms-request-id": "97422916-3ee7-472f-8080-5632680804ae",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"x-ms-connection-gateway-object-id": "b1da7deb-72c0-43bf-bc56-598d72930658",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Fri, 26 Apr 2024 13:51:42 GMT",
"Content-Type": "application/json; charset=utf-8",
"Content-Length": "412",
"Expires": "-1"
},
"body": {
"Id": "QzpcVGVtcFxzaGFyZXBvaW50XHRlc3QueGxzeA==",
"Name": "test.xlsx",
"DisplayName": "test.xlsx",
"Path": "C:\\Temp\\sharepoint\\test.xlsx",
"LastModified": "2024-04-26T13:51:41Z",
"Size": 25314,
"MediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"IsFolder": false,
"ETag": "\"MDQvMjYvMjAyNCAxMzo1MTo0MXwyNTMxNA==\"",
"FileLocator": "QzpcVGVtcFxzaGFyZXBvaW50XHRlc3QueGxzeA=="
}
}