Callback url error

Describe the issue/error/question

I have created an work flow to connect with google sheet. can able to login with the credentials in google but finally it not connected to n8n. 404 error is occurs. In n8n error showing at time of executing

What is the error message (if any)?

is ( Problem executing workflow

There was a problem executing the workflow:
"Google Sheets: UNKNOWN ERROR - check the detailed error for more information")

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:

Hey @Kumar_r, I’m sorry to hear you’re running into this behaviour. Do the Google Sheets credentials you’re using in n8n suggest you’re connected like so?

image

Also, are you using a valid Spreadsheet ID in your node? The ID required would be this part of the Google Sheets URL (so the value after /d/ and before /edit):

Hi Jam, added as per your guidance.
image

Hi Thanks for your guidance its connected now, but facing the other issue i am attaching error on this message.
image

If you follow the instructions in the error message it should start working.

1 Like

Thanks a lot its working fine now

1 Like

Great to hear. Have fun!