List and read files and folders on Google Drive.
# Google Drive Skillpack
Use this tool family for listing, reading, and managing Google Drive files.
## When to use it
Choose Google Drive when the task involves:
- finding files or folders
- retrieving metadata
- working with a known Drive file id
## How to use it through Clono
1. Search operations:
- `GET /api/tools/search?q=google drive`
- or `GET /api/tools/search?q=drive`
2. Pick an operation from the `google_drive` tool family.
3. Start a run:
- `POST /api/tool-runs`
4. Poll for completion:
- `GET /api/tool-runs/{runId}`
## Requirements
- The user must have connected Google Drive in Clono Integrations.
- File ids and folder ids should be preserved exactly when provided.