Short answer: Drop the "Google Drive → Get File" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
File ID file_id | string | Required | The unique identifier of the file |
Fields fields | string | Optional | Specific fields to return in the response |
{"file_id": "e.g. 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms","fields": "e.g. id,name,mimeType,size,webViewLink,modifiedTime,parents"}
{"id": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms","name": "Q1 Sales Report.pdf","size": "245890","owners": [{"displayName": "John Doe","emailAddress": "john@example.com"}],"parents": ["folder123"],"mimeType": "application/pdf","createdTime": "2025-01-10T09:00:00.000Z","webViewLink": "https://drive.google.com/file/d/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms/view","modifiedTime": "2025-01-15T14:30:00.000Z","webContentLink": "https://drive.google.com/uc?id=1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms&export=download"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.