Question about OAuth2 API Configuration for Google Sheets in n8n Version 1.74.1

Hello, everyone!

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?

Thank you for your help!

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

Welcome to the community @Retail_Tdzain !

Tip for sharing information

Pasting your n8n workflow


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.

Hello, below is the N8N flow code where I need to configure Google Sheets.

I managed to fix this by changing the N8N version from 1.74.1 to 1.74.2.

2 Likes

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