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.
client_mtime string yes For files, this is the modification time set by the desktop client when the file was added to Dropbox, in the standard date format. Since this time is not verified (the Dropbox server stores whatever the desktop client sends up), this should only be used for display purposes (such as sorting) and not, for example, to determine if a file has changed or not.
icon string yes The name of the icon used to illustrate the file type in Dropbox's icon library.



Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


https://www.ibm.com/support/knowledgecenter/en/SS3LC4_7.5.3/com.ibm.wci.doc/Dropbox_Connector_mapping_the_outputs_of_the_act3.html