I’m trying to create my first workflow using Gmail Service Account (Im using this method since my N8N is in my local server and OAuth was not accepting my local IP as URL).
I followed the N8N documentation below an the connection test was successfull.
Hi @Thomezim - Check out your Google API Console dashboard - you’ll be able to understand the error of what parameter is expected. You also need to ensure you’re either enabled the gmail api service in google api console or also to configure ‘Oauth Consent screen’
if you still have issue with the local ip issue with Oauth - make sure that you set the redirect URL within the Oauth setting in google console to localhost - this will allow you to connect the account after logging into google.