WieldDocumentation
Deutsch Back to wield.ch →

Set up Google Drive

The Google Drive adapter imports CVs directly from shared folders.

Prerequisites

1. Prepare the GCP project

  1. Console → APIs & Services → Library.
  2. Search Google Drive APIEnable.
  1. APIs & Services → OAuth consent screen.
  2. User type: Internal (Workspace) or External.
  3. Required fields: app name Wield, support email, developer email.
  4. Authorized domains: wield.ch.
  5. Add scopes:
    • .../auth/drive.readonly
    • .../auth/userinfo.email
    • openid

3. Create the OAuth client

  1. APIs & Services → Credentials → Create credentials → OAuth client ID.
  2. Application type: Web application.
  3. Authorized redirect URIs: https://app.wield.ch/api/adapters/gdrive/oauth/callback.
  4. Create — copy the client ID and client secret.

4. Connect inside Wield

  1. Settings → Adapters → Google Drive → Connect.
  2. Paste client ID and client secret.
  3. 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.