When i create new credential for google sheet there is no url for OAuth ? how can i solve this provlem?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Are you referring to google cloud console where you are creating credentials for your google sheet or to the n8n node to connect GS?

If you are on n8n Cloud you can’t type a custom URL while creating credentials for Google Cloud. Parameters are automatically processed on the backend when you press Connect to my account button. I suppose its a security procedure, but I don’t have any details :person_shrugging:

This shouldn’t be an issue, though. It doesn’t really differ if you could type it yourself – like on self-hosted instances.

when im creating credentials for GS there information only about connect google account , there are no url, client ID and client service

So, self hosting version of n8n requires you to put all the necessary details yourself, providing relevant fields:

image

image1185Ă—601 34.5 KB

Based on the information you shared, I assume you are on the cloud version where connecting to google services is streamlined and hassle free - simply connect your google account associated with the google sheets you want the workflow to have access to, by clicking “Sign in with google”. You do not have to provide any extra information.