On n8n Cloud (Starter), the Google credentials only offer the managed “Sign in with Google” — there’s no Client ID / Client Secret field, and the redirect is oauth.n8n.cloud. We’re getting intermittent drive.googleapis.com “Queries per minute” quota errors on a Google Sheets Trigger, which I believe is because the managed OAuth’s Drive quota is shared across tenants. We’ve already created our own OAuth client in Google Cloud. Is there a way to use custom Google OAuth credentials (our own Client ID/Secret) on Cloud, or can it be enabled for our account? Thanks!
Hi @jc4, welcome!
By default it is managed credentials, which you see as a sign-in, but you can click on the dropdown and select custom OAuth 2, and there you can configure it your way.
See this:
And yes, you can use those credentials, as credentials are not biased depending on n8n cloud plans.