I’m trying to configure the Google Sheets integration in n8n (version 1.74.1), and I noticed that the OAuth2 API setup now includes the following fields:
OAuth Redirect URL
Grant Type
Authorization URL
Access Token URL
Client ID
Client Secret
Previously, only the Client ID and Client Secret were required. I’m having trouble finding where to configure the new fields, such as the Authorization URL and Access Token URL, within Google API and Services.
Has anyone configured this new version and can guide me on where to find or how to fill in these fields correctly?
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
I cannot see the “new” fields in 1.74.1 for OAuth. They are not on the latest stable version either.