Drive

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

TypeCurrent handlingNotes
Google DocsRead document body as textUses extracted text from the doc
PDFRead body textBest for text-based PDFs
HWPRead body textWhen extraction is available
TXT and other plain textRead as-isplain 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.