ZelaxyDocs
Tool Integrations
Tool

Google Drive

Upload, download, and manage files in Google Drive

Google Drive

Upload, download, list, and search files in Google Drive. Manage folders, sharing permissions, and file organization.

Overview

PropertyValue
Typegoogle_drive
CategoryTool — Google Workspace
AuthOAuth 2.0 (Google)

Operations

OperationDescription
Upload FileUpload a file to Drive
Download FileDownload a file's content
List FilesList files in a folder
Search FilesSearch files by name or query
Create FolderCreate a new folder

Configuration

SettingTypeDescription
Google AccountOAuthConnect Google account
FileFile uploadFile to upload
File IDShort inputDrive file ID
Folder IDShort inputTarget folder ID
Search QueryShort inputDrive search query

Outputs

FieldTypeDescription
fileIdstringFile ID
contentstringFile content or list
urlstringFile sharing URL
filesjsonArray of file objects

Example: Document Processing Pipeline

Workflow:

[Starter (webhook)] → [Google Drive: Download] → [Agent: Analyze] → [Google Sheets: Log]

When a new file is uploaded to a specific Drive folder (via webhook), download it, have an Agent analyze the content, and log results to a tracking spreadsheet.

Tips

  • Search syntaxname contains 'report' and mimeType = 'application/pdf'
  • Folder uploads — specify a folder ID to organize uploaded files
  • Sharing permissions are inherited from the parent folder