Skip to main content

Google Drive

Connect Google Drive to ORQO so that agents can list, search, read, and create files in your Google Drive through MCP tools.

CategoryStorage
CapabilitiesMCP tools only (no send/receive channel)
Adapter path/google_drive
Auth methodOAuth 2.0
info

Google Drive is an MCP-only integration. It provides tools for agents to interact with Google Drive programmatically, but does not support inbound/outbound messaging through Doorkeeper or channels.

Prerequisites

  • A Google account with Google Drive access
  • A Google Cloud project with the Drive API enabled
  • OAuth 2.0 credentials (client ID and client secret) configured in the Google Cloud Console
  • Access to the ORQO Settings area

Setup

1. Set Up Google Cloud Credentials

  1. Go to the Google Cloud Console.
  2. Create a project (or select an existing one).
  3. Enable the Google Drive API under APIs & Services > Library.
  4. Navigate to APIs & Services > Credentials and create OAuth 2.0 Client ID credentials.
  5. Set the redirect URI to the OAuth Callback URL shown on the app's detail card in ORQO.
  6. Note the client ID and client secret.

2. Install the Google Drive App in ORQO

  1. Navigate to Settings > Apps in ORQO.
  2. Find Google Drive in the app catalog and click Install.
  3. The app is created with the correct adapter URL and capabilities.

3. Add Credentials

After installation, the credentials checklist shows what's required:

CredentialTypeDescription
GOOGLE_OAUTH2oauth2OAuth 2.0 credentials (client ID, client secret, tokens)

Create the credential in Settings > Credentials, then assign it to the Google Drive App. Use the OAuth flow to authorize ORQO with Google.

4. Authorize via OAuth

  1. Click the Authorize button on the Google Drive app card in ORQO.
  2. You are redirected to Google's consent screen.
  3. Select the Google account and approve the requested permissions.
  4. ORQO stores the tokens and refreshes them automatically.

5. Verify the Connection

Click Verify on the Google Drive app card in ORQO. This tests the connection to the adapter and discovers the available MCP tools.

Available Tools

The Google Drive adapter exposes MCP tools that agents can use in workflows:

ToolDescription
google_drive_list_filesList files and folders in Google Drive
google_drive_searchSearch for files by name, type, or content
google_drive_read_fileRead the contents of a file
google_drive_create_fileCreate a new file in Google Drive
google_drive_create_folderCreate a new folder in Google Drive
google_drive_import_to_documentsImport a Google Drive file into ORQO's document library

These tools are discovered automatically when the App is verified and can be assigned to agents via Skills.

Platform-Specific Behavior

  • OAuth 2.0 — Full OAuth authorization flow with automatic token refresh.
  • Import to Documents — The google_drive_import_to_documents tool lets agents pull files from Google Drive directly into an ORQO project's document library, where they are classified and indexed by the Knowledge Curator.
  • No channel capabilities — Google Drive does not support send/receive channels. It is a tool-only integration for programmatic file access.

What's Next