Hello, I am struggling to find the way how to connect google calendar or gmail with OAuth 2.0 (Con Client ID y Secret), I just see the option to connect with Personal OAuth 2.0… I saw other doccs and so on where I can see client id but not in my version…
I have my OAuth 2.0 Client IDs configured in GCP with the scopes and the Oath consent screen and the uris added in the app.
When using n8n cloud you only need to click the button that will authorize your account and allow you to work with your calendars we handle the Oauth client side for you to make things easier.
Same problem - even after successfully pairing the Account and it shows ‘Connected Successfully’ - even then the Agent is unable to access the Data in the google calendar
Running n8n via (Docker, npm, n8n cloud, desktop app): docker
Operating system: macOS
i self hosted my app. i suspect it’s due to the OAuth redirect URL is diff from my web URL.
I need a way to update the variable from localhost to my domain, if it’s the problem~