Download File
Download a file from Dropbox for Business using the file path, the file ID, or the file revision number.
Options
Field | Definition | Type | Required |
---|---|---|---|
Search By |
The method to identify the file you want to download.
|
Dropdown |
TRUE |
Input
Field | Definition | Type | Required |
---|---|---|---|
Search File By |
|||
File Path (when the File Path option is selected) |
The path of the file to download, for example, /Homework/math/Prime_Numbers.txt. |
Dropdown |
TRUE |
File ID (when the File ID option is selected) |
Unique identifier for the download file; for example, id:a4ayc_80_OEAAAAAAAAAXw. |
Dropdown |
TRUE |
File Revision Number (when the File Revision Number option is selected) |
The unique identifier for the current revision of the download file, for example, rev:a1c10ce0dd78. |
Dropdown |
TRUE |
The file must be at least 1 byte, but can't be larger than 2 GB. See Workflows system limits.
The Dropbox for Business API has a limit of 150 MB for file uploads.
Output
Field | Definition | Type |
---|---|---|
Metadata Info |
||
Name |
Name of the downloaded file; for example, Prime_Numbers.txt. |
Text |
File ID |
Unique identifier for the downloaded file; for example, id:a4ayc_80_OEAAAAAAAAAXw. |
Text |
Path |
The path of the downloaded file; for example, /Homework/math/Prime_Numbers.txt. |
Text |
Revision Number |
Unique identifier for the current revision of the downloaded file; for example, rev:a1c10ce0dd78. This value is the same revision number as elsewhere in the Dropbox for Business API and can be used to detect changes and avoid conflicts. |
Text |
Client Time Modified |
Value of the client_modified timestamp. Dropbox automatically records the time at which the file was written to the Dropbox servers. It can also record an additional timestamp, provided by Dropbox desktop clients, mobile clients, and API apps of when the file was created or modified. The timestamp is in the format Y-%m-%dT%H:%M:%SZ. |
Date & Time |
Server Time Modified |
Last time the file was modified on Dropbox. The timestamp is in the format Y-%m-%dT%H:%M:%SZ. |
Date & Time |
Size |
File size in bytes. |
Text |
File Content |
File contents that you want to upload from the Workflows file system. |
File |
Is Downloadable? |
If True, indicates that the file can be downloaded directly; else the file must be exported. |
True/False |
Has Explicit Shared Members? |
Indicates whether the file has any explicit shared members. |
True/False |
Content Hash |
A hash of the file content. This field can be used to verify data integrity. |
Text |
Symlink Info |
||
Target |
Target to which this symlink points. |
Text |
Sharing Info |
||
Read Only? |
If True, indicates that the file or folder is inside a read-only shared folder. |
True/False |
Parent Shared Folder ID |
ID of the shared folder that holds this file. |
Text |
Modified By |
Last user who modified the file. This field is null if the user's account has been deleted. |
Text |
Export Info |
||
Export As |
The export format for the file. |
Text |
File Lock Info |
||
Is Lockholder? |
If True, this field indicates that the caller holds the file lock. |
True/False |
Lockholder Name |
The name of the lock holder. |
Text |
Lockholder Account ID |
Account ID of the lock holder if known. |
Text |
Created Date Time |
Timestamp of the lock that was created. |
Date & Time |