Error when connecting to google sheets node

I’m getting an error message when connecting to the Google sheets node . Please see the attached screenshot.

ERROR: The resource you are requesting could not be found

I am using an HTTP request node to fetch traffic analytics from Github API and then saving it to google sheets. This Github fetch is working. However, the part where the data needs to be written to Google sheets is throwing an error and I’m stuck here. Please let me know if I’m missing something.

Hey @Clara_J, welcome to the community!

It seems that the Spreadsheet ID is the culprit here. From the docs: Copy the string of characters located between /d/ and /edit in your spreadsheet URL. This string is the Spreadsheet ID.

I hope that helps! :slight_smile:

2 Likes

Thank you, Tanay