> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Drive

> Connect Google Drive to Modus so your scopes have context from your files and folders.

Connect Google Drive so your files and folders become context that Modus can
reason over. Google Drive connects over **OAuth** (Google) — see
[Connecting apps](/guides/connect-apps) for the general flow.

<Note>
  Google Drive is currently an **experimental** integration. If you don't see it
  as connectable, contact [support@getmodus.com](mailto:support@getmodus.com) to
  enable experimental features for your account.
</Note>

## Who can connect

Anyone can connect their own account. If your **Google Workspace** admin
restricts third-party apps (API controls), an admin must mark Modus as **Trusted**
— or approve your access request — before you can connect.

## Connect

<Steps>
  <Step title="Start the connection">
    In [Modus](https://app.getmodus.com), go to **Integrations**, find **Google
    Drive** under **Knowledge**, and click **Connect**.
  </Step>

  <Step title="Choose a connection mode">
    Google Drive supports both **workspace** (shared across your organization) and
    **personal** (your own account) connections. Pick one when prompted.
  </Step>

  <Step title="Authorize with Google">
    Sign in with Google and approve access in the popup.
  </Step>
</Steps>

## What Modus can access

Modus requests **read** access to your Drive files and their metadata.

<Accordion title="Full list of Google Drive scopes">
  `https://www.googleapis.com/auth/drive.readonly`,
  `https://www.googleapis.com/auth/drive.metadata.readonly`,
  `https://www.googleapis.com/auth/drive.file`,
  `https://www.googleapis.com/auth/drive`
</Accordion>

Need help? Contact us at [support@getmodus.com](mailto:support@getmodus.com).
