Set up Google Drive
The Google Drive adapter imports CVs directly from shared folders.
Prerequisites
- Google Workspace or Google account.
- Access to Google Cloud Console.
1. Prepare the GCP project
- Console → APIs & Services → Library.
- Search Google Drive API → Enable.
2. OAuth consent screen
- APIs & Services → OAuth consent screen.
- User type: Internal (Workspace) or External.
- Required fields: app name
Wield, support email, developer email. - Authorized domains:
wield.ch. - Add scopes:
.../auth/drive.readonly.../auth/userinfo.emailopenid
3. Create the OAuth client
- APIs & Services → Credentials → Create credentials → OAuth client ID.
- Application type: Web application.
- Authorized redirect URIs:
https://app.wield.ch/api/adapters/gdrive/oauth/callback. - Create — copy the client ID and client secret.
4. Connect inside Wield
- Settings → Adapters → Google Drive → Connect.
- Paste client ID and client secret.
- Click Authorize → Google login → consent.
Once connected you can pick shared folders as a source. The refresh token is stored encrypted.
Tips
- External consent screens in Testing mode only let listed test users sign in. Publish app before production.
- Drive paths are hierarchical — pick a single root folder per tenant.