Skip to main content
Update a file in Google Drive.
External DocumentationTo learn more, visit the Google Drive documentation.

Basic Parameters

ParameterDescription
File IDThe ID of the file to update in Google drive. Note that the old file will be overwritten by the new one.
File IdentifierThe identifier of the new file that will replace the existing file in Google Drive. You can create a file identifier using the Set File Variable action.

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.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform 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.

Example Output

{
	"kind": "<string>",
	"id": "<string>",
	"name": "<string>",
	"mimeType": "<string>"
}

Workflow Library Example

Update File with Google Drive and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop