Skip to main content

Upload New File

Upload a new file into Google Drive.

External Documentation

To learn more, visit the Google Drive documentation.

Basic Parameters

ParameterDescription
File IdentifierThe identifier of the file. You can create a file identifier using the Set File Variable action.
File NameThe name of the file. This is not necessarily unique within a folder.
If not specified, the name of the file will be set as the name of the file identifier.
Parent FolderIf not specified, the file will be placed directly in the user's My Drive folder.
Note, each file can have only one parent.

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.
DescriptionA short description of the file.
Resource KeyA key needed to access the item via a shared link.

Example Output

{
"kind": "drive#file",
"id": "2XL2zxUymAaSI9J-NNhbMqnlca5KnrbHd",
"name": "File name",
"mimeType": "text/plain"
}

Workflow Library Example

Upload New File with Google Drive and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop