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 Overview
OAuth2 configuration for Google Sheets in n8n now requires additional fields beyond the traditional client ID and secret. This expanded setup includes:
- Authorization URL:
https://accounts.google.com/o/oauth2/auth - Access Token URL:
https://oauth2.googleapis.com/token - Grant Type: Authorization Code
- OAuth Redirect URL: Provided by n8n (e.g.,
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.