External DocumentationTo learn more, visit the Google Drive documentation.
Actions
Update File
Update a file in Google Drive.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| File ID | The ID of the file to update in Google drive. Note that the old file will be overwritten by the new one. |
| File Identifier | The identifier of the new file that will replace the existing file in Google Drive. A file identifier represents a file created or referenced earlier in the workflow (for example, from a file action or another step that produces a file). See Using with Files in Workflows for more details. Note: The file MIME type must match the existing file’s MIME type, or be a compatible type that Google Drive accepts as a replacement. |
| Support All Drives | Select to support both My Drives and shared drives. |
| Parameter | Description |
|---|---|
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
{
"kind": "<string>",
"id": "<string>",
"name": "<string>",
"mimeType": "<string>"
}
Was this page helpful?