Google Workspace
Drive
In the current app, Google Drive supports file search, file listing, uploads, and reading files whose content can be extracted as text.
Currently supported file actions
- Search Drive files by name or query text.
- Handle requests for recently modified files or files inside a target folder.
- Upload workspace-generated files or files from a provided path into Drive.
- Read supported files as extracted text and pass that content into downstream AI tasks.
Readable file types in the current backend
| Type | Current handling | Notes |
|---|---|---|
| Google Docs | Read document body as text | Uses extracted text from the doc |
| Read body text | Best for text-based PDFs | |
| HWP | Read body text | When extraction is available |
| TXT and other plain text | Read as-is | plain text |
Example requests
“Find the reports modified last week in Drive.”
“Read the project brief and summarize the key points.”
“Upload the PDF we just created to Google Drive.”
“Read the meeting notes file from Drive and extract the next actions only.”
Notes
- Image-heavy or layout-heavy files can produce limited text extraction results.
- Docs- and Sheets-specific authoring flows are documented separately below.
- Missing Drive scopes can block file search or upload until you run Re-consent.