Mapping the outputs of the Activity
Create a map between the Dropbox output parameters and the orchestration variables. The expected response is generated on a successful mapping.
Name |
Data type | Required | Description |
revision | integer | No | A deprecated field that semi-uniquely identifies a file. Use rev instead. |
bytes | integer | yes | The file size in bytes. |
thumb_exists | boolean | yes | True if the file is an image that can be converted to a thumbnail via the /thumbnails call. |
rev | string | yes | A unique identifier for the current revision of a file. This field is the same rev as elsewhere in the API and can be used to detect changes and avoid conflicts. |
modified | string | yes | The last time the file was modified on Dropbox, in the standard date format (not included for the root folder). |
mime_type | string | yes | The response type for example “application/pdf” |
path | string | yes | Returns the canonical path to the file or folder. |
is_dir | boolean | yes | Whether the given entry is a folder or not. |
size | string | yes | A human-readable description of the file size (translated by locale). |
root | string | yes | The root or top-level folder depending on your access level. All paths returned are relative to this root level. Permitted values are either dropbox or app_folder. |
is_deleted | boolean | yes | To check if the file is deleted or not. |
icon | string | yes | The name of the icon used to illustrate the file type in Dropbox's icon library. |