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 the Connectors page in your account settings:
- Go to Account > Company Settings > Settings > Connectors

- Click on “Add New Connectors” or “Browse Available Connectors” view available connectors

- Find and click on the Google Drive connector card to create a new 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 Save button to save the configuration

- After saving, you will be redirected to the connector instance page. To enable the connector:
- Use the Sync toggle switch to enable data synchronization
- The connector will start syncing Google Drive data once enabled

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
[email protected] - 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 the Connectors page in your account settings:
- Go to Account > Individual Settings > Settings > Connectors

- Click on “Add New Connectors” or “Browse Available Connectors” view available connectors

- Find and click on the Google Drive connector card to create a new 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 Save button to save the configuration

- After saving, you will be redirected to the connector instance page. To enable the connector:

- Click on the Authenticate button (or use the Sync toggle switch)
- 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, it will redirect to the frontend and if the Google Drive shows enabled, then your connector is successfully configured and enabled.

Give consent with the same email as used for email in PipesHub.
For setting up Google PubSub notifications, please refer to the Google PubSub Configuration Guide in the Enterprise documentation.
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.























