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
Response
OK
Example response
{
"result": "success",
"data": [
{
"application": "dropbox",
"status": "canceled"
}
]
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.