Google Drive
App IntegrationsGoogle Drive Node
Overview
Supports the following operations: List Files, Upload File, Download File, Share File, Create Folder, Search Files, Plain Text, CSV, JSON, PDF, Viewer, Commenter, Editor.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Action to execute |
folderId | string | — | Folder Id for this node |
fileId | string | — | File Id for this node |
fileName | string | — | File Name for this node |
fileContent | string | — | File Content for this node |
mimeType | string | — | Mime Type for this node |
shareEmail | string | — | Share Email for this node |
shareRole | string | — | Share Role for this node |
searchQuery | string | — | Search Query for this node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{google-drive.id}}anyOutput field: id
{{google-drive.success}}anyOutput field: success
{{google-drive.files}}anyOutput field: files
{{google-drive.webViewLink}}anyOutput field: webViewLink
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"folderId": "value",
"fileId": "value",
"fileName": "value",
"fileContent": "value",
"mimeType": "value",
"shareEmail": "value",
"shareRole": "value",
"searchQuery": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Google Drive in Your Workflow
Create a free account and start building AI-powered workflows with the Google Drive node.
Open Workflow Editor