OAuth Setup for Google Drive Connector This section walks through setting up the Google Drive connector using an OAuth-enabled Google App. Anyone can do this (even without a paid Google Workspace)!
If you’re an organization with a Google Workspace, and you’d rather use a Service Account to access Google Drive, checkout the section here.
.../auth/drive.readonly
for Google Drive API..../auth/drive.metadata.readonly
for Google Drive API..../auth/admin.directory.user.readonly
for Admin SDK API..../auth/admin.directory.group.readonly
for Admin SDK API.Important: If you plan on using permission syncing for this connector, the account performing the OAuth flow must have an Admin role in the Google Workspace that has access to the “Groups > Read” privilege. This can be set by an admin in the admin panel of the Google Workspace under Account > Admin roles.
This step is only applicable for users without a Google Organization.
http://localhost:3000
(or https://<INTERNAL_DEPLOYMENT_URL>
if you have set up Hymalaia for production use).http://localhost:3000/admin/connectors/google-drive/auth/callback
(or https://<INTERNAL_DEPLOYMENT_URL>/admin/connectors/google-drive/auth/callback
if you have set up Hymalaia for production use).OAuth Setup for Google Drive Connector This section walks through setting up the Google Drive connector using an OAuth-enabled Google App. Anyone can do this (even without a paid Google Workspace)!
If you’re an organization with a Google Workspace, and you’d rather use a Service Account to access Google Drive, checkout the section here.
.../auth/drive.readonly
for Google Drive API..../auth/drive.metadata.readonly
for Google Drive API..../auth/admin.directory.user.readonly
for Admin SDK API..../auth/admin.directory.group.readonly
for Admin SDK API.Important: If you plan on using permission syncing for this connector, the account performing the OAuth flow must have an Admin role in the Google Workspace that has access to the “Groups > Read” privilege. This can be set by an admin in the admin panel of the Google Workspace under Account > Admin roles.
This step is only applicable for users without a Google Organization.
http://localhost:3000
(or https://<INTERNAL_DEPLOYMENT_URL>
if you have set up Hymalaia for production use).http://localhost:3000/admin/connectors/google-drive/auth/callback
(or https://<INTERNAL_DEPLOYMENT_URL>/admin/connectors/google-drive/auth/callback
if you have set up Hymalaia for production use).