Google Sheets Credentials requires Authorization URL and Access Token URL

Google Sheets OAuth2 is now requiring new fields. And the [docs|Google OAuth2 generic | n8n Docs] for filling up the credentials does not show this, does anyone know how to fill up the credentials with the new fields?

  • Authorization URL
  • Access Token URL
  • Auth URI Query Parameters
  • Authentication

Originally it just required:

  • Client ID
  • Client Secret

  • n8n version: 1.81.4 Self-Hosted
1 Like

Which node specifically are you trying to use? I tested this locally with version 1.81.4 and connecting a Google Sheets trigger shows me the OAuth2 credentials dialog that should require just a client ID and client secret.

Could you try adding the node on a new workflow and see if the credential dialog is working as expected there

Creating a credential on the main menu and creating the credential on a google sheet update node brings up the same credential dialog.

Weird that were seeing two different things.

Surprisingly Google Sheet Trigger Credential Dialog only shows Client ID and Client Secret.

Hmm, even when I go through the credentials I’m still not seeing the same thing. Makes me think this might be configuration related somehow. Unfortunately I don’t know what is causing this off the top of my head, but I can have a look in the code to see if something obvious pops up

after 2 hours of looking up similar stuff I found this post and the solution worked:

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

Looks like docs need to be updated. Thanks for the moral support my guy @Juuso <3

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.