Navigation
Mobile DocsNavigation
Mobile DocsUpload, download, and list files
Integrate Google Drive functionality to manage files and folders. Upload new files, download existing ones, and list contents of folders using OAuth authentication. Supports file operations with custom MIME types and folder organization.
Placeholder: Select Google Drive account
Layout: full
Provider: google-drive
Placeholder: Name for the uploaded file (e.g., document.txt)
Layout: full
Condition: operation = "upload"
Placeholder: Content to upload to the file
Layout: full
Condition: operation = "upload"
Placeholder: File MIME type (default: text/plain, e.g., text/plain, application/json, text/csv)
Layout: full
Condition: operation = "upload"
Placeholder: ID of the parent folder (leave empty for root folder)
Layout: full
Condition: operation = "upload"
Placeholder: ID of the file to download (find in file URL or by listing files)
Layout: full
Condition: operation = "download"
Placeholder: Select a folder
Layout: full
Provider: google-drive
Placeholder: ID of the folder to list (leave empty for root folder)
Layout: full
Condition: folderId = ""
Placeholder: Search for specific files (e.g., name contains "report")
Layout: full
Placeholder: Number of results (default: 100, max: 1000)
Layout: full
Required
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"metadata": "json"
}