Unable to locate URL to link Google Drive Account

Hello Halam,

Thank you for your help much appreciated. Good news it is working

You are welcome, keep going… I’m happy for you

hey @Suman_Sakleshpur_Rud this actually isn’t about the locale setting, the “Sign in with Google” button shows up because you’re using the simplified OAuth flow that n8n defaults to now. To get the manual credential setup where you can see the redirect URL and paste in your own client ID/secret, you need to click the dropdown arrow next to where it says “Google Drive account” and look for something like “OAuth2 API” or there should be an option to switch to the manual credential type instead of the one-click Google sign in.

If that’s not showing up for you, you might need to set `N8N_GOOGLE_OAUTH_CREDENTIAL_TYPE=oauth2` in your environment variables (in docker-compose.yml) and restart, that forces n8n to use the old-style manual OAuth credentials where you set up everything yourself in Google Cloud Console and paste the redirect URL. The managed flow is easier for most people but if you need to use your own GCP project or have specific scopes it doesn’t cover then you want the manual setup.