Access blocked: authorisation error - Missing required parameter: scope

Hi I am working on a free google maps scraping automation. I keep coming up with the following error when i try to sign into google to verify my account.

  • **n8n version = version [email protected]
  • **Running n8n via cloud - I think
  • **Operating system: Chrome

You need to add something in the Scopes field.

See: Docs

Possibly just https://www.googleapis.com/auth/cloud-platform

Thanks @hubschrauber i made a little progress but now have a new warning

Any ideas?

Did you get everything set up according to the n8n guide for Google OAuth?

Particularly…

  • add the redirect URL (shown in the n8n credential… https://oauth.n8n.cloud/oauth2/callback) to the allowed list.
  • add any test users you want to use to the test-user list, assuming your app is still in test mode (or publish/verify your app)

Heads up on test mode: Google will expire refresh tokens after 7 days. I think this usually forces you to re-connect if your workflow doesn’t run for over a week. Presumably the refresh token gets renewed if you access the API more frequently, but I’m not sure about that either.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.