All Integrations
Google Drive
Google Drive Integration
Sync project files to Google Drive using OAuth 2.0 so your team always has access outside ArchCenter.
Prerequisites
- •A Google account with access to Google Cloud Console
Step 1 — Create a Google Cloud Project & OAuth credentials
- 1Go to console.cloud.google.com and create a new project.
- 2Go to APIs & Services → Library and enable the Google Drive API.
- 3Go to APIs & Services → Credentials and click Create Credentials → OAuth client ID.
- 4Choose Web application. Under Authorised redirect URIs, add:
https://your-domain.com/integrations/google-drive/callback
- 5Click Create. Copy your Client ID and Client Secret.
Step 2 — Get a Refresh Token
- 1Go to Integrations → Google Drive in your dashboard and enter your Client ID and Client Secret, then click Save.
- 2Click Connect Google Drive — you'll be redirected to Google to authorise access.
- 3After authorising, you'll be redirected back and the Refresh Token will be saved automatically.
OAuth consent screen
Before the OAuth flow works, configure the OAuth consent screen in Google Cloud Console under APIs & Services → OAuth consent screen. Set the app to Internal if it's only for your organisation, which avoids the Google review process.