Error Request failed with status code 404

This topic was automatically generated from Slack. You can find the original thread here.

Pippa Wilder : I’m getting an error 404, trying to understand where the problem is coming from. I searched this slack couldn’t find the solution. Error Request failed with status code 404

Dylan Sather (Pipedream) : when you see these errors with an action, it’s typically being returned by the actual API you’re hitting. In this case, I believe the Google Sheets API can’t find either the spreadsheet ID or the sheet name you entered in the action.

Dylan Sather (Pipedream) : e.g. see this: java - Google Sheets API v4 Spreadsheets.Values.Update returns ERROR 404:Requested entity was not found - Stack Overflow

Pippa Wilder : Thanks now I know what 404 means. I was able to find the issue.