Oauth2 with Google Drive stopped working

Hi, I attached image of error when trying to create or refresh (after a password change in google workspace)
Says it is blocked but dont really understand where.

Maybe somebody knows?
Self hosted, vs 0.199
Lightsail + Caddy + PM2 setup.

Thanks!
Andres

Describe the issue/error/question

What is the error message (if any)?

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:

Hi @pradilla, the error looks like Google no longer recognizes your user [email protected] as a member of the organization your n8n OAuth2 client has been created under. So, it might be worth checking this with one of your Google Workspace admins or reach out to Google support for clarification.

You could also consider simply registering a new client as described on Google: OAuth2 single service - n8n Documentation

Thanks @MutedJam , I found the error. Browser had other gmail user logged in, so when clicked o the sigh in it denied because the credentials did not match with the logged in user
(different user than intended)

1 Like

Excellent, glad to hear that was it. Thanks so much for confirming!

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