Configuration Guide
Enterprise Setup
Enterprise Setup
Overview
The Google Drive connector allows you to access, manage, and synchronize files and documents stored in Google Drive.Google Drive is Google’s cloud storage service that provides access to files, folders, and documents including Google Docs, Sheets, and Slides. This connector enables synchronization of Drive content and associated documents.Authentication
The Google Drive connector uses OAuth 2.0 for authentication. This requires users to grant permission for the application to access their Google Drive data within the scopes specified.How to configure and enable the Google Drive Connector
Step 1: Create a Google Cloud Project & Set Up Admin Access
-
Sign in as Super Administrator:
Log in to the Google Cloud Console using an account with super administrator privileges. -
Create a New Project:
- Click on the project dropdown at the top of the console and select New Project
- Enter a project name and (optionally) assign it to a folder or organization
- Click Create

Only the project creator has full control by default. It is recommended to add at least one additional administrator (using the IAM settings) to ensure continued access even if the original creator leaves your organization.
Step 2: Enable Required APIs
- Navigate to APIs & Services > Library in the Cloud Console
-
Search for and enable the following APIs required for Google Drive sync:
- Google Drive API (required for Drive file access)
- Google Docs API (required for Google Docs files)
- Google Sheets API (required for Google Sheets files)
- Google Slides API (required for Google Slides files)
- Admin SDK API (required for domain-wide delegation)

Step 3: Create a Service Account
- Navigate to IAM & Admin > Service Accounts in the Cloud Console
- Click Create Service Account

- Enter a Service Account Name and an optional Description
- Click Create and Continue, then Done

- Copy the Unique ID for use in the next step

Step 4: Delegate Domain-Wide Authority
- Sign in to the Google Admin Console with a super administrator account
- Navigate to Security > Access and data control > API controls
- Click Manage Domain Wide Delegation
- Click Add new and paste the service account’s client ID
- Add the following OAuth scopes required for Google Drive sync:
These scopes are required for Google Drive synchronization:
drive.readonly: Read-only access to Drive filesdrive.metadata.readonly: Read-only access to Drive file metadatadrive.metadata: Access to Drive file metadatadrive.file: Access to files created by the appdrive: Full access to Drive filesdocuments.readonly: Access to Google Docs filesspreadsheets.readonly: Access to Google Sheets filespresentations.readonly: Access to Google Slides files- Admin scopes: Required for domain-wide delegation
- Click Authorize
Domain-wide delegation lets your service account impersonate users within your domain. Make sure that both the service account and the end user email belong to the same domain.
Step 5: Create a JSON Key for the Service Account
- In the Service Accounts list, select your newly created service account
- Click on the Keys tab
- Click Add Key and select Create new key
- Choose JSON as the key type and click Create
- Save the automatically downloaded JSON key file
It might be that while creating the key you get the error:
In this case, follow the steps given under the heading Enable Service Account Key Creation.
If your key was successfully created and downloaded, you can use that key in the enterprise search application.

If your key was successfully created and downloaded, you can use that key in the enterprise search application.
Configuring and enabling connector
- Navigate to Workspace Settings > Under Workspace section in sidebar > Connectors in your application.

- Search for the Drive Workspace connector and click on Setup to configure a connector instance.

- In the configuration dialog that opens:
- Enter an Instance Name for your connector (e.g., “Company Drive”)
- Enter the Admin Email (Admin user’s email with which you created the Google Cloud credentials)
- Select the JSON key file to upload
- Click on the Next button to save the configuration and move to configure connector settings page. You can learn about the connector settings in the Connector Settings section.

- After configuring connector settings, you can click on Save Configuration.

Enable Service Account Key Creation
If you encounter an error while creating the service account key due to organization policy constraints, follow these steps:1. Switch to the Organization Context
At the top of the Google Cloud Console (where the project name is shown), click the drop-down to see a list of organizations and projects.Select your organization rather than a specific project.If you don’t see an organization listed, make sure you’re signed in with an account that has access to the organization.2. Add Organisation Policy Administrator Role
Navigate to IAM & Admin > IAM in the Cloud ConsoleFind the current user and Click on the Pencil icon.Click on the Add another role button.Search for the Organisation Policy Administrator role.Click on the Add button.
3. Disable the Service Account Key Creation constraint
Navigate to IAM & Admin > Organization Policies in the Cloud ConsoleSearch for"iam.disableServiceAccountKeyCreation"Select the policyClick on the Manage Policy buttonIn Policy source, Select Override parent’s policy. Add a rule and set the enforcement to “Off”Click on the Save buttonAfter completing these steps, return to Step 5 and try creating the service account key again.Google PubSub Configuration
PubSub setup enables real-time updates for Google Drive content. While optional, it’s highly recommended for maintaining up-to-date content in Enterprise search.Step 1: Set Up a Cloud Pub/Sub Topic
- Navigate to Pub/Sub > Topics in the Cloud Console sidebar
- Click Create Topic
- Enter a unique name (e.g.,
projects/your-project-id/topics/drive-webhook-topic) - Check “Add a default subscription”
- Click Create to confirm

Step 2: Configure the Subscription
- Go to Pub/Sub > Topics
- Select the subscription created with the topic
- Click Edit
- Change Delivery type to “Push”
- Set Endpoint URL as “your_base_url/drive/webhook”
- Adjust Expiry Period as needed
- Click Update
Step 3: Set Topic Permissions
- In Pub/Sub > Topics, select your topic
- Open the Info Panel (right side)
- Click Add Principals
- Add
drive-api-push@system.gserviceaccount.com - Assign the Pub/Sub Publisher role

- Click Save
If you encounter an organizational policy constraint error, modify the policy in organizational policies to allow the given domain. Allow 5-10 minutes for changes to propagate.
Individual Setup
Individual Setup
Overview
The Google Drive connector allows you to access, manage, and synchronize files and documents stored in Google Drive.Google Drive is Google’s cloud storage service that provides access to files, folders, and documents including Google Docs, Sheets, and Slides. This connector enables synchronization of Drive content and associated documents.Authentication
The Google Drive connector uses OAuth 2.0 for authentication. This requires users to grant permission for the application to access their Google Drive data within the scopes specified.Step 1: Create a Google Cloud Project
- Access the Google Cloud Console
- Create a project (if you don’t have one)
- Note your project ID for later use
Step 2: Enable Required APIs
- Navigate to APIs & Services > Library in the Cloud Console
- Search for and enable the following APIs required for Google Drive sync:
- Google Drive API (required for Drive file access)
- Google Docs API (required for Google Docs files)
- Google Sheets API (required for Google Sheets files)
- Google Slides API (required for Google Slides files)

Step 3: Configure OAuth Consent Screen
- Navigate to APIs & Services > OAuth consent screen in the Cloud Console
- Configure the OAuth consent screen with your application details
- Add the required scopes (see Step 5)
Step 4: Create OAuth Client ID
- Navigate to APIs & Services > Credentials in the Cloud Console
- Click Create Credentials and select OAuth client ID
- Select Web application as the application type
- Set the Authorized redirect URI to:
or for HTTPS:
- Click Create and note your Client ID and Client Secret
Redirect URI must match exactly your frontend URL. For example: if your app is
running on https://f7f0-240.ngrok-free.app then redirect URI should be
https://f7f0-240.ngrok-free.app/connectors/oauth/callback/Drive
in Google Cloud Console.
Step 5: Configure OAuth Scopes
- In the OAuth consent screen, navigate to the Scopes section
- Add the following OAuth scopes required for Google Drive sync:
https://www.googleapis.com/auth/drive.readonly- Read-only access to Drive fileshttps://www.googleapis.com/auth/drive.metadata.readonly- Read-only access to Drive file metadatahttps://www.googleapis.com/auth/drive.metadata- Access to Drive file metadatahttps://www.googleapis.com/auth/documents.readonly- Read Google Docs fileshttps://www.googleapis.com/auth/spreadsheets.readonly- Read Google Sheets fileshttps://www.googleapis.com/auth/presentations.readonly- Read Google Slides fileshttps://www.googleapis.com/auth/drive.file- Access to files created by the apphttps://www.googleapis.com/auth/drive- Full access to Drive files
These scopes allow the connector to:
- Access and read files from Google Drive
- Access file metadata for indexing and search
- Access Google Docs, Sheets, and Slides files stored in Drive
Configuring and enabling connector
- Navigate to Workspace Settings > Under Personal section in sidebar > Your Connectors in your application.

- You will see a list of connectors with Individual Setup.

- Search for the Drive connector and click on Setup to configure a connector instance.
-
In the configuration dialog that opens:
- Enter an Instance Name for your connector (e.g., “My Drive”)
- Enter the Google Client ID from your Google Cloud Console
- Enter the Google Client Secret from your Google Cloud Console
-
Click on the Next button to save the configuration and move to Authorize page.

Configuring OAuth App can only be performed by Admins. If you are not an Admin, you must request an Admin to configure the OAuth App for you. You can then access configured OAuth Apps via a dropdown menu.
-
In the Authorize page that opens:
- Click on Authenticate Drive to Proceed button
- You will be redirected to Google’s consent screen where you need to sign in and grant permission for Google Drive and related document access

- After giving consent, you can click on Continue to configuration to configure connector settings. You can learn about the connector settings in the Connector Settings section.
- After configuring connector settings, you can click on Save Configuration.

For setting up Google PubSub notifications, please refer to the Google PubSub Configuration Guide in the Enterprise documentation.
Connector Settings
Connector Settings
Sync Settings
Sync settings allow you to control how the connector syncs data from Google Drive.Sync Strategy:- Scheduled - The connector will automatically sync data from Google Drive at the scheduled interval.
- Manual - The connector will sync data from Google Drive only when Admin manually triggers the sync from the connector settings page.
Sync Filters
Sync filters control which files are fetched from Google Drive. Files that don’t match are skipped entirely. Folders are always synced regardless of these settings to preserve directory structure.Created Date
Filters files by when they were created. Accepts operators likeLast 365 Days, Is After, Is Before, or Is Between for a specific range.For example, set Last 365 Days to fetch only files created in the last year.Modified Date
Same as Created Date but filters by the file’s last modified timestamp. UseLast 30 Days or Is After to limit sync to recently updated files.File Extensions
Filters files support 2 options:In (only sync listed extensions) or Not In (sync everything except listed extensions). After selecting your desired option, you can select your desired extensions from a list of supported extensions.Unsupported extensions are excluded under
In and allowed through under Not In.Indexing Filters
Indexing filters control which synced files are made searchable. Unlike sync filters, these don’t prevent files from being fetched — files are still recorded in the system but their indexing status is set to Manual Indexing.They can be manually indexed later from the All Records section.Manual Indexing
When enabled, files are synced but not automatically indexed. They won’t appear in search results until explicitly indexed.This can allow you to explicitly control which files and folders are indexed for search, by going to the All Records section and indexing the records manually.To index records manually go to the All Records section, go to a record, click on the 3 dots > Start Indexing.Index Shared Items
When enabled, files shared with others are indexed alongside personal files. Disable this to exclude shared content and index only files that are not shared with others.Index Shared with Me
When enabled, files that others have shared with the user are indexed. Disable this to exclude externally shared content and index only files the user owns or created. (Only available for Enterprise setup)Index Shared by Me
When enabled, files the user has shared with others are indexed. Disable this to exclude content the user has shared outward and index only their private or unshared files. (Only available for Enterprise setup)FAQ
What's the difference between Drive Connector and Drive Toolset?
What's the difference between Drive Connector and Drive Toolset?
| Aspect | Drive Connector | Drive Toolset |
|---|---|---|
| Purpose | Sync and index files for search | Enable agents to perform file actions |
| Data Flow | One-way (import data into PipesHub) | Two-way (read and write via API) |
| When to Use | Query/search files and folders | Create files, manage folders |
Queries not returning results. What could be wrong?
Queries not returning results. What could be wrong?
There are three common causes:
-
Email mismatch - The email used during connector authentication doesn’t match your PipesHub account email. This causes permission issues preventing you from accessing synced data.
- Fix: Reconfigure the connector and authenticate using the same email as your PipesHub account.
-
Records show in “All Records” but not in search - Documents display in the All Records section but don’t appear in search query results.
- Fix: Verify sync filters in the connector settings and ensure indexing has completed. Check that the data matches your search query criteria.
-
Data not yet indexed - The connector is still syncing or hasn’t completed the initial indexing process.
- Fix: Go to Settings > Connectors, check the sync status, and wait for indexing to complete.
Ready to Get Started?
The Google Drive connector is fully operational and ready for use. Follow the configuration guide above for your setup type (Enterprise or Individual), or reach out to our support team if you need assistance.
