Basic Information

appmixer.google.drive.DownloadFile

1.0.0

Public

Download the content of the file from your Google Drive.

Input Ports

in

FieldTypeDescription
Google Drive File ID googlepicker The ID of the Google Drive file you wish to download. You can use the Google Picker utility to select the file or the variables picker to enter a variable referencing a Google Drive File ID.
Custom File name text Provide a custom name for the downloaded file, including its extension (e.g., file.png).
Output File Data toggle By default, DownloadFile does not return the actual file content, allowing very large files to be downloaded and manipulated without working with the data directly. For convenience, if your files are smaller than 10 MB and you want to work with the file data directly, you can set this option. (File data can be read using the Files.LoadFile utility when necessary).
Output File Data Encoding select If you want to download the file content, you can specify the encoding of the file data. The default is 'utf8' (plain text). If you are downloading a binary file (e.g. an image), you can select 'base64' encoding.
Convert Google Workspace Document select If the file is a Google Workspace Document (Google Docs), you can convert it to a different format. Select the desired format from the list. Exported content is limited to 10 MB.
Convert Google Workspace Spreadsheet select If the file is a Google Workspace Spreadsheet, you can convert it to a different format. Select the desired format from the list. Exported content is limited to 10 MB.
Convert Google Workspace Presentation select If the file is a Google Workspace Presentation, you can convert it to a different format. Select the desired format from the list. Exported content is limited to 10 MB.
Convert Google Workspace Drawing select If the file is a Google Workspace Drawing, you can convert it to a different format. Select the desired format from the list. Exported content is limited to 10 MB.
Convert Google Workspace Apps Script select If the file is a Google Workspace Apps Script, you can convert it to a different format. Select the desired format from the list. Exported content is limited to 10 MB.

Output Ports

out

FieldTypeDescription
File ID -
File Name -
File Size (Bytes) -
File Data -
GDrive File Metadata -

Full Metadata