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

# Google Drive

> Set up and use the Google Drive integration with Hyper AI

Auth type: OAuth

<Info>
  For general setup steps and authentication details, see: [App Integrations](/integrations/overview).
</Info>

## Connect Google Drive

1. Go to Settings → Apps in Hyper
2. Select Google Drive → Connect New
3. Complete OAuth and grant requested scopes (Drive file access)

## Common capabilities

* Search and browse files and folders
* Read and upload files
* Share files programmatically (with approval controls)

## Use in Chat

Enable Google Drive in the tool selector, then ask your agent to find, summarize, or upload files.

## Use in Agents

Add Google Drive to an agent’s toolkits and choose the connection. Require approval for write/share operations as needed.

## Use in Flows

Automate file organization, exports, and handoffs across systems.

## Troubleshooting

* Missing files: confirm sharing/ownership and Shared Drive permissions
* Write blocked: check approval settings or re‑authorize scopes

***

## Available Actions

Hyper agents can run the following actions for this integration. Each action can be individually set to **Enabled**, **Requires Approval**, or **Disabled** in your agent's toolkit settings.

Actions can be set to one of three control states:

| State                 | Behavior                                                       |
| --------------------- | -------------------------------------------------------------- |
| **Enabled**           | Agent runs the action automatically                            |
| **Requires Approval** | Agent pauses and waits for your confirmation before proceeding |
| **Disabled**          | Action is blocked and cannot be used                           |

Configure these in the agent's toolkit settings or in workspace defaults.

| Action           | Description                                                                                                                                                   |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Create File      | Create a new file or folder in Google Drive                                                                                                                   |
| Delete File      | Delete a file or folder from Google Drive                                                                                                                     |
| Get File         | Get detailed information about a specific file in Google Drive                                                                                                |
| Get File Content | Download the content of a Google Drive file (Pipedream authentication required). Automatically exports Google Docs/Sheets/Slides to a sensible default format |
| Get Permissions  | Get the sharing permissions for a file in Google Drive                                                                                                        |
| List Files       | List files in Google Drive with various filter options                                                                                                        |
| Update File      | Update an existing file in Google Drive                                                                                                                       |
