Drive > Files > File/Directory

Copy to Drive

Copy source file in source drive to destination drive at destination folder.

post/2/drive/{drive_id}/files/{file_id}/copy-to-drive

Path parameters

drive_idstring required
file_idstring required

Request body

source_drive_idstring required

Source Drive Identifier

source_file_idinteger required

Source File Identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "application": "dropbox",
      "status": "canceled"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.