Issue with Google Workspace Admin Node: "Error fetching options from Google Workspace Admin"

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

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Waleed_Ahmed
Are your Workspace OAuth 2…0 credentials connected successfully?

Hello, after yesterday’s update of n8n I have the same error whenever I try to use a node connected to google cloud. In my case the firestore node gives me “Error fetching option from google cloud firestore”.

yes it is connected successfully

i try all the updates that launch but the same thing

the issue has been solved by just edit the privilege or permission’s for the admin to get the domain

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.