Purpose

Copies a file to a specified location.

Table 1. Required fields
Field Name Data Type Parameter Type Description
fileName VARCHAR(64) IN Specifies the name of the copy file.
fileId VARCHAR(64) IN Specifies the ID of the file to be copied.
parentFolderId VARCHAR(64) IN Specifies the ID of the folder in which the file will be copied.
Table 2. Response
Response Data Type Parameter Type Description
status INTEGER OUT The response code for the request.