Hello , I am trying to scrape free leads using a specific workflow but I have a client authentication error in my Google Sheets node .Can you help me on this error ,how can I solve it etc..
Hello @Kuti01 . Did you setup the client id and secret correctly in google cloud and enable the relevant google sheets services that go with your workflow? Did you also input the client id and secret into n8n correctly?
This error usually means Google is rejecting the OAuth client itself, so I’d first recheck the Client ID, Client Secret, and especially the exact redirect URI configured in Google Cloud.
From your screenshot, I’d verify that the Google OAuth app is a Web application client and that the callback matches your n8n URL exactly, including …/rest/oauth2-credential/callback, because a mismatch there commonly causes invalid_client /Unauthorized. I’d also make sure the Google Sheets and Google Drive APIs are enabled in that same Google project, then reconnect the credential from scratch.