Storage
Google Drive
Index Google Drive folder and file metadata so contracts and evidence files can be linked into Atlas records.
What this connector does
- List shared drives and folders the connected user can access.
- Index file metadata (name, owner, modified time, mime type) for searchable evidence links.
- Attach Drive file links to tasks, deals, and contracts without copying file content.
- Optionally watch a folder so newly added files appear in Atlas evidence references.
Before you begin
- You are an admin in the Google Cloud project used for the OAuth client.
- The Google Workspace admin allows third-party access to Drive metadata.
- You have a sandbox folder for first validation before rolling out to the workspace.
Get your credentials
Open the Google Cloud console
Sign in with an admin account that owns the Cloud project Atlas will use. console.cloud.google.com
Create an OAuth 2.0 Client ID
In APIs and Services, Credentials, create an OAuth client of type Web application.
Add the Atlas redirect URL
In Authorized redirect URIs add https://YOUR-ATLAS-HOST/oauth/callback/google-drive.
Enable the Google Drive API
In API Library, search for Google Drive API and enable it for the project. Enable Google Drive API
Copy the client id and secret
Open the OAuth client and copy both values. Paste them into the Atlas Google Drive connector settings page and click Save.
Required scopes and permissions
https://www.googleapis.com/auth/drive.metadata.readonlyhttps://www.googleapis.com/auth/drive.readonlyopenid email profileSetup checklist
- Create the provider app in a sandbox or development workspace.
- Add the Atlas redirect URL to the provider app configuration.
- Copy the client id, client secret, or API key.
- Paste the credentials into the Atlas connector settings page.
- Click Connect and complete the provider sign-in screen.
- Run Test connection from the connector page to verify health.
Troubleshooting
access_denied during consent
Confirm the user is listed under OAuth consent screen, Test users while the screen is in Testing mode.
insufficient permissions on a folder
The connected user must have Viewer or higher on the folder. Re-share and retry.
invalid_scope
The Drive API was not enabled in this Cloud project. Open API Library and enable it.
Webhooks
Atlas uses Drive watch channels to receive change notifications. Channels expire and Atlas renews them automatically.
Events Atlas listens for
- File created in a watched folder
- File renamed or moved
- File trashed
Provider docs: https://developers.google.com/drive/api/guides/push
Disconnect and data deletion
- Click Disconnect on the Atlas Google Drive connector page to revoke the refresh token.
- Open https://myaccount.google.com/permissions and remove the Atlas app for the connected account.
- Atlas removes cached file metadata for that user within 24 hours of disconnect.
Once you have the credentials above, paste them into the live connector page to finish connecting Google Drive.
Open the Google Drive connector page