My Google Drive API is blocked access from N8N

Hi team,
I’m trying to use Google Drive in my workflow on n8n.cloud but getting this error:
“Blockerad åtkomst: n8n.cloud har inte slutfört Googles verifieringsprocess”
Can you please add my Google account ([email protected]) to the Google OAuth test users list? I’d love to continue testing my workflow.
Thanks!

Hey let’s check a few things:

  1. Select your project (at the top) and then enable all services you want to use (Gmail, Calendar, etc): Google Cloud console

  2. Here, make sure your n8n callback URL is added like in my screenshot. Replace http://localhost:5678 with https://yourn8ndomain.com/
    https://console.cloud.google.com/apis/credentials

    Screenshot 2025-09-17 at 12.15.39 AM

  3. Here, make sure you publish your app to In production so your tokens don’t expire:
    https://console.cloud.google.com/auth/audience

Perform these steps and try to reconnect the Google Drive credentials from the credentials page. Let me know if you get any errors or anything’s not clear :slight_smile:

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