# Google Drive Botize app — id `drive`. Official site: https://drive.google.com. Google Drive is a free cloud-based storage service that enables users to store and access files online. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Account Requires connecting a Google Drive account in Botize. The user links it once and Botize stores the credentials; an assistant never handles them. - Connect: https://botize.com/en/app/drive/authenticate ## Triggers (1) The event that starts the task. Exactly one per task. - `get_next_file_from_query` — Extract the next new document for a search https://botize.com/en/method/drive/get_next_file_from_query.md ## Actions (6) What happens next. A task can chain several. - `get_document_by_id` — Obtain the file download URL in CSV, ZIP or PDF format https://botize.com/en/method/drive/get_document_by_id.md - `get_first_from_query` — Extract the first document for a search https://botize.com/en/method/drive/get_first_from_query.md - `create_spreadsheet` — Create a Google Sheets file https://botize.com/en/method/drive/create_spreadsheet.md - `upload_file` — Save file to Drive https://botize.com/en/method/drive/upload_file.md - `copy_file` — Duplicate a Drive file https://botize.com/en/method/drive/copy_file.md - `upload_string` — Save a text to Drive https://botize.com/en/method/drive/upload_string.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/drive