I am trying to connect to a Google Sheet which has been shared to me.
I am using the custom URL link in the flow, but i receive a 404 not found error. The connection using my gmail account has been setup as per the same account which the file is shared to. Just wondering if anyone has successfully been able to achieve this or if there are any other ways to do this?
I get the following error:
{
"statusCode": 404,
"headers": {
"Pragma": "no-cache",
"x-ms-request-id": "96d5d121-5ce3-4766-b6f1-818aa55c9745",
"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=***********;Path=/;HttpOnly;Secure;Domain=googledrive-we.azconn-we-01.p.azurewebsites.net,ARRAffinitySameSite=************;Path=/;HttpOnly;SameSite=None;Secure;Domain=googledrive-we.azconn-we-01.p.azurewebsites.net",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"Date": "Mon, 21 Jun 2021 18:30:20 GMT",
"Content-Length": "449",
"Content-Type": "application/json",
"Expires": "-1"
},
Intentionally starred out the cookie string.