Hello Halam,
Thank you for your help much appreciated. Good news it is working
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.