"Request Access: n8n.cloud Google OAuth Verification Issue"

  • "Hi n8n Team,

I am using the free 14-day trial of n8n.cloud, and when I try to connect my Google account, I get a message saying that the app is still in testing and only available to approved testers. Could you please add me as a test user or provide an update on the verification process?
Thanks!"

Hey @Pagevinci

I suspect this is for the app you would have created on the Google side where you got the client id and secret form. Sadly we can’t add you to that project as we don’t manage it. Have you tried setting your app to published to see if that helps or setting it to external access as I suspect it could be set for internal.

You need to have your acc email listed among app test users.
https://console.cloud.google.com/auth/audience (you need to pick your app in the drop down)

Do you have your app published on GCP?

You do not need to verify the app.

Welcome to the community @Pagevinci !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


The app you have set up on GCP project is currently in the test mode as per Google message. To be able to sign in, your email address has to be added to the list of testers. Alternatively, as per @Olek , you could switch your app into production mode, in which any user could sign in if they are members of the project.

More about production and testing modes.

2 Likes

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