Gmail Trigger node common issues
Documentation for common issues and questions in the Gmail Trigger node in n8n, a workflow automation platform. Includes details of the issue and suggested solutions.
Gmail Trigger node common issues
Here are some common errors and issues with the Gmail Trigger node and steps to resolve or troubleshoot them.
401 unauthorized error
The full text of the error looks like this:
401 - {"error":"unauthorized_client","error_description":"Client is unauthorized to retrieve access tokens using this method, or client not authorized for any of the scopes requested."}This error occurs when there's an issue with the credential you're using and its scopes or permissions.
To resolve:
- For OAuth2 credentials, make sure you've enabled the Gmail API in APIs & Services > Library. Refer to Google OAuth2 Single Service - Enable APIs for more information.
- For Service Account credentials:
- Enable domain-wide delegation.
- Make sure you add the Gmail API as part of the domain-wide delegation configuration.
Last updated on
Gmail Trigger node documentation
Learn how to use the Gmail Trigger node in n8n. Follow technical documentation to integrate Gmail Trigger node into your workflows.
Gmail Trigger node poll mode options documentation
Learn about the poll mode options available to the Gmail Trigger node in n8n and how to configure them.
