I ’ m creating google sheets credentials to create a google sheet
where can I get Authorization URL and Access Token URL
(i’m using self-hosted n8n)
I ’ m creating google sheets credentials to create a google sheet
where can I get Authorization URL and Access Token URL
(i’m using self-hosted n8n)
Hello, @sfortus Welcome to the community
I recommend watching this video and following the steps:
Feel free to ask any questions if you run into any issues!
thks for the video sbut this video like all the other ones , only theach to get Client ID and Client Key , I don’t know why my credentials ask for them but ask for this 2 more fields that I don’t see anywhre documentations about it
as you can see here there are 4 fields and not 2
I see,
are you on the community version? and what’s the n8n instance version number?
I’m not exactly sure, but try these:
Authorization URL: https://accounts.google.com/o/oauth2/v2/auth
Access Token URL: https://oauth2.googleapis.com/token
@sfortus, to obtain your Google OAuth 2.0 client ID and client secret for accessing Google APIs like Google Docs, follow these steps:
Visit the Google API Console: Navigate to the Google API Console.
Create a New Project:
Enable the Google Docs API:
Configure the OAuth Consent Screen:
Create OAuth 2.0 Credentials:
https://yourdomain.com/oauth2callback
).Obtain Client ID and Client Secret:
Let me know if it helped
i found the problem, with new versions of n8n google sheet credentials now ask for this 2 addicional fields , what we need to put in there is
Recent updates to n8n’s Google Sheets integration now require users to input additional OAuth2 configuration details, including Authorization URL and Access Token URL, alongside the traditional client ID and client secret for setting up Google credentials.
OAuth2 configuration for Google Sheets in n8n now requires additional fields beyond the traditional client ID and secret. This expanded setup includes:
https://accounts.google.com/o/oauth2/auth
https://oauth2.googleapis.com/token
https://YOURDOMAIN.COM/rest/oauth2-credential/callback
)These changes align with updated requirements in newer versions of n8n, ensuring a more comprehensive and secure integration with Google services12.
Users must carefully configure these settings in both n8n and the Google Cloud Console to establish a successful connection.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.