I can't seem to get list of files for my flow it keeps erroring out. Below is the failure. Not sure how to fix?
{
"statusCode": 404,
"headers": {
"Pragma": "no-cache",
"x-ms-request-id": "7f0af96a-b169-45a2-bd2d-fa5b2c4fe145",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Cache-Control": "no-store, no-cache",
"Set-Cookie": "ARRAffinity=b6ab09e35099c2b75efc2a2c828ee0fc40e1e42fb3a99f665728df82a38f9b5e;Path=/;HttpOnly;Secure;Domain=googledrive-wus.azconn-wus-01.p.azurewebsites.net,ARRAffinitySameSite=b6ab09e35099c2b75efc2a2c828ee0fc40e1e42fb3a99f665728df82a38f9b5e;Path=/;HttpOnly;SameSite=None;Secure;Domain=googledrive-wus.azconn-wus-01.p.azurewebsites.net",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"Date": "Thu, 12 Aug 2021 10:16:30 GMT",
"Content-Length": "359",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"status": 404,
"message": "Failed to communicate with Google Drive: NotFound. Details: 'File not found: '.\r\nclientRequestId: 7f0af96a-b169-45a2-bd2d-fa5b2c4fe145",
"error": {
"message": "Failed to communicate with Google Drive: NotFound. Details: 'File not found: '."
},
"source": "googledrive-wus.azconn-wus-01.p.azurewebsites.net"
}
}