Bug Description
during set up credentials for the Google Docs API using OAuth2 (recommended) in n8n, and after i filled all necessary fields; i received the "Access Blocked: n8n.cloud has not completed the Google verification process". and now I can not connect to Google Docs, as seen by the attachment


To Reproduce
To set up credentials for the Google Docs API using OAuth2 (recommended) in n8n, follow these steps:
Create a Google Cloud Project:
Go to the Google Cloud Console.
Create a new project or select an existing one.
Enable the Google Docs API:
In the Cloud Console, navigate to “APIs & Services > Library”.
Search for “Google Docs API” and enable it for your project.
Configure OAuth Consent Screen:
Go to “APIs & Services > OAuth consent screen”.
Set up the consent screen (choose External or Internal, fill in required fields).
Create OAuth2 Credentials:
Go to “APIs & Services > Credentials”.
Click “Create Credentials” > “OAuth client ID”.
Choose “Web application” as the application type.
Add the following to “Authorized redirect URIs”:
https://api.n8n.cloud/oauth2-credential/callback (for n8n cloud)
Or your self-hosted n8n instance URL + /oauth2-credential/callback (e.g., https://your-n8n-domain.com/oauth2-credential/callback)
Save and note the Client ID and Client Secret.
Add Credentials in n8n:
Expected behavior
no error massage
Operating System
widows
n8n Version
1.95.3
Node.js Version
no idea
Database
SQLite (default)
Execution mode
main (default)
Bug Description
during set up credentials for the Google Docs API using OAuth2 (recommended) in n8n, and after i filled all necessary fields; i received the "Access Blocked: n8n.cloud has not completed the Google verification process". and now I can not connect to Google Docs, as seen by the attachment
To Reproduce
To set up credentials for the Google Docs API using OAuth2 (recommended) in n8n, follow these steps:
Create a Google Cloud Project:
Go to the Google Cloud Console.
Create a new project or select an existing one.
Enable the Google Docs API:
In the Cloud Console, navigate to “APIs & Services > Library”.
Search for “Google Docs API” and enable it for your project.
Configure OAuth Consent Screen:
Go to “APIs & Services > OAuth consent screen”.
Set up the consent screen (choose External or Internal, fill in required fields).
Create OAuth2 Credentials:
Go to “APIs & Services > Credentials”.
Click “Create Credentials” > “OAuth client ID”.
Choose “Web application” as the application type.
Add the following to “Authorized redirect URIs”:
https://api.n8n.cloud/oauth2-credential/callback (for n8n cloud)
Or your self-hosted n8n instance URL + /oauth2-credential/callback (e.g., https://your-n8n-domain.com/oauth2-credential/callback)
Save and note the Client ID and Client Secret.
Add Credentials in n8n:
Expected behavior
no error massage
Operating System
widows
n8n Version
1.95.3
Node.js Version
no idea
Database
SQLite (default)
Execution mode
main (default)