Purpose

Uploads a new file and its contents.

Table 1. Required fields
Field Name Data Type Parameter Type Description
path VARCHAR(255) IN Specifies the destination name and path of the uploaded file.
autorename VARCHAR(255) IN Specifies whether you want Dropbox to attempt to rename the uploaded file if there is a name conflict.

If set to True, Dropbox attempts to rename the file to be uploaded if a potential naming conflict is detected.

If set to False, Dropbox does not attempt to rename the file if a potential naming conflict is detected, and the upload fails.

content OTHER IN Specifies the content of the object to be uploaded.
Table 2. Response
Response Data Type Parameter Type Description
status INTEGER OUT The response code for the request.