Describe the problem/error/question
Dear all,
I tried to connect google with the n8n Cloud. And I followed the instructions multiple times as well as I checked the forum and I wasn’t able to solve the problem.
I followed these instructions:
Create a Google Cloud Project:
Go to the Google Cloud Console: https://console.cloud.google.com/
Create a new project or select an existing one.
Enable the Google Drive API:
In your project, go to “APIs & Services > Library”.
Search for “Google Drive API” and enable it.
Configure the OAuth Consent Screen:
Go to “APIs & Services > OAuth consent screen”.
Fill in the required fields (App name, User support email, etc.).
Set the user type (Internal or External).
Add your domain to “Authorized domains”:
If you use n8n Cloud, add n8n.cloud.
If self-hosted, add your n8n instance domain.
Create OAuth Client Credentials:
Go to “APIs & Services > Credentials”.
Click “Create Credentials” > “OAuth client ID”.
Choose “Web application”.
Add your n8n instance’s URL to “Authorized redirect URIs”:
For n8n Cloud: https://api.n8n.cloud/oauth2-credential/callback
For self-hosted: https:///oauth2-credential/callback
Save and copy the Client ID and Client Secret.
Finish Setup in n8n:
In n8n, go to “Credentials” and create new “Google Drive OAuth2 API” credentials.
Enter the Client ID and Client Secret from Google Cloud.
Set the correct redirect URI (as above).
Save and connect your account.
As well as watching different videos.
I even told my colleague to check it and she got the same response.
I also waited minutes, hours even days and it is not working. I also created a new test-n8n-account as well as a new google account.
And I somehow have the feeling, that there is only something small missing.
Please help me. Thank you very much in advance!
What is the error message (if any)?
Zugriff blockiert: Die Anfrage dieser App ist ungültig
Sie können sich nicht anmelden, weil diese App eine ungültige Anfrage gesendet hat. Versuchen Sie es später noch einmal oder wenden Sie sich an den Entwickler. Weitere Informationen zu diesem Fehler
Wenn Sie Entwickler dieser App sind, finden Sie in den Fehlerdetails weitere Informationen.
Fehler 400: redirect_uri_mismatch
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.105.2 and newest
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: macOS