I’m trying to integrate n8n with google, but I got this massage in picture I attached.
Do you have any idea how can I solve it?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi @Maali
this depends on the publishing status of your Google Cloud app. This usually happens while your app is in testing mode.
To fix that (while your app is still in testing) you can:
- go on your Google Cloud console project
- go to OAuth consent screen and click on Edit App
- Add your email in “Developer contact information”
- Try again to authorize the credential in n8n using the user with that email
Let me know if that helps