Hello n8n Community,
I am encountering an issue with the Google Workspace Admin node in n8n. When I try to use the node, I receive the following error message:
Error fetching options from Google Workspace Admin
Steps Taken
OAuth2 Credentials I have set up OAuth2 credentials in the Google Cloud Console The credentials have the necessary scopes:
https://www.googleapis.com/auth/admin.directory.user
https://www.googleapis.com/auth/admin.directory.domain.readonly
We also tried configuring the OAuth2 credentials without specifying any scopes, but the issue persists
API Access The “Admin SDK” API is enabled in my Google Cloud project
Admin Privileges The account associated with the OAuth2 credentials has the necessary admin privileges
Domain Verification I have verified my domain using Google Search Console The domain is added to the authorized domains in the OAuth consent screen configuration in Google Cloud Console
Configuration in n8n
Google Workspace Admin Node
- Authentication: OAuth2 credentials set up as described
- Resource:
User
- Operation:
Create
- Domain Name or ID:
example.com
- First Name:
John
- Last Name:
Doe
- Primary Email:
[email protected]
- Password:
securepassword123
Despite following the above steps, I still receive the “Error fetching options from Google Workspace Admin” error. I have double-checked the domain verification and OAuth2 credentials, but the issue persists. We also tried configuring the OAuth2 credentials without specifying any scopes, but that did not resolve the issue either.
Could anyone provide guidance on what might be causing this issue or suggest additional steps I can take to resolve it? Any help would be greatly appreciated!
Thank you!
Information on your n8n setup
-
n8n version: 1.54.3
-
**n8n EXECUTIONS_PROCESS setting own
-
**Running n8n via npm
-
Operating system: windows 11