Dropbox: Download File Or Folder
Description
This step downloads a file or folder from Dropbox to a local directory. You provide the Dropbox path and the local output folder. The step offers options to clear the output folder before downloading, add timestamps for duplicate files, and attach the file to the request result. Use this step in workflows that pull files from Dropbox for local processing, retrieve shared documents, or collect content for reporting.
Notes:
- There are few files which do not support the Download functionality. Such files may support the Export functionality. For more information, see Dropbox API documentation.
- Root folder is not supported for deleting.
- Download a folder from the user's Dropbox, as a zip file. The folder must be less than 20 GB in size and any single file within must be less than 4 GB in size. The resulting zip must have fewer than 10,000 total file and folder entries, including the top-level folder. The input cannot be a single file.
Configurations
| Field name | Description |
|---|---|
| Step Name | Specify a unique step name. |
| CONNECTION tab: | Connection fields |
| App Key | Specify the application key of the Dropbox application. The data type is secure string. This field is mandatory. |
| App Secret | Specify the App Secret. The data type is string. This field is mandatory. |
| Refresh Token | Provide the Refresh Token generated by using connection documentation. |
| INPUT tabs: | Input fields |
| File Or Folder Path | Dropbox path of file or folder path to download. Note:
|
| Browse | To browse the folder path to download file from Dropbox. |
| Output Folder Path | Folder path to download file at given location. |
| Delete Output Folder Contents Before Downloading | Specify Yes to delete output folder contents before downloading else Specify No. Allowed values: Yes, No. |
| Add Date TimeStamp For Duplicate File | Specify Yes to add Date TimeStamp for duplicate files. Allowed values: Yes, No. |
| Add File To Result | Specify Yes to add the downloaded files to result set and display download link on AE otherwise else select No. Allowed values: Yes, No. |
| OUTPUT tab: | Output fields |
| File Or Folder Overwritten | Specify a field name that returns Yes if file or folder is overwritten else No. This field is mandatory. |