Dropbox - Download Files
Overviewβ
First time using this Blueprint? Make sure you follow our Dropbox authorization guide.β
Quickly export one or more files from Dropbox. The match type selected greatly affects how this Blueprint works.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Dropbox Folder Name | DROPBOX_SOURCE_FOLDER_NAME | Alphanumeric | β | - | - | Name of the folder where the file is stored in Dropbox. Leaving blank will look for the file in the root directory of Dropbox. |
Dropbox File Name Match Type | DROPBOX_SOURCE_FILE_NAME_MATCH_TYPE | Select | β | exact_match | Exact Match: exact_match Regex Match: regex_match | Determines if the text in "Dropbox File Name" will look for one file with exact match, or multiple files using regex. |
Dropbox File Name | DROPBOX_SOURCE_FILE_NAME | Alphanumeric | β | - | - | Name of the target file in Dropbox. Can be regex if "Match Type" is set accordingly. |
Local Folder Name | DROPBOX_DESTINATION_FOLDER_NAME | Alphanumeric | β | - | - | Folder where the file(s) should be downloaded. Leaving blank will place the file in the home directory. |
Local File Name | DROPBOX_DESTINATION_FILE_NAME | Alphanumeric | β | - | - | What to name the file(s) being downloaded. If left blank, defaults to the original file name(s). |
Access Token | DROPBOX_ACCESS_TOKEN | Password | β | - | - | Access token, with no expiration, to access your Dropbox files. |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: Dropbox - Download Files
inputs:
DROPBOX_SOURCE_FOLDER_NAME: null
DROPBOX_SOURCE_FILE_NAME_MATCH_TYPE: exact_match ## REQUIRED
DROPBOX_SOURCE_FILE_NAME: null ## REQUIRED
DROPBOX_DESTINATION_FOLDER_NAME: null
DROPBOX_DESTINATION_FILE_NAME: null
DROPBOX_ACCESS_TOKEN: null ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0s
runtime_cutoff: 4h0m0s
exclude_exit_code_ranges:
- "0"