Mapping the inputs of the activity

To map the inputs of the activity, perform the following step:

Mandatory fields: The activity has following mandatory fields:

Name Type Required Description
uploadType String Yes This is used to specify the upload mechanism for upload. Currently, upload is supported only through FTPs and by default, the UPLOAD_THROUGH_FTPS option is selected.
contentType String Yes This has following two options:
  • Select Text to upload content in text format. The textContent needs to be provided if this option is selected.
  • Select Binary to upload content in binary format. The binaryContent needs to be provided if this option is selected.
name String Yes The name of the file to be uploaded at Box.com.
folderId String Yes The ID of the folder to which file is to be uploaded at Box.com.

Optional fields: The activity has following optional fields:

Name Type Required Description
textContent String No The file content in text format.
binaryContent BASE64Binary No The file content in binary format.



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/Box_com_mapping_the_inputs_of_the_acti6.html