Hi, I’m using n8n.cloud and trying to connect to Google Drive using the built-in OAuth2 credentials, but I’m getting this error from Google:
Access blocked: n8n.cloud has not completed the Google verification process. The app is being tested and can only be used by developer-approved testers.
Here’s what I’ve tried:
- Created my own Google Cloud project
- Set up an OAuth2 client
- Tried to add my Gmail as a test user, but Google won’t let me add users since I’m not the app developer
- Used this redirect URI:
https://oauth.n8n.cloud/oauth2/callback
Still getting a 403 error.
I also can’t use Service Account credentials because n8n.cloud doesn’t support community nodes.
Problem Summary:
- Can’t authorize Google Drive via OAuth2
- Can’t add test users to bypass the restriction
- Can’t use Service Accounts
- Completely blocked from using Google Drive integration