CopyFile
POST /copyFile
Copy a file from one folder to another.
Header
| Field | Value | 
|---|---|
| accessToken | accessTokenset in the Config | 
Body
| Field | Value | Type | 
|---|---|---|
| file | Path to file | string | 
| fromFolder | Folder to copy from | string | 
| toFolder | Folder to copy to | string | 
| test(optional) | Only log the file action but don’t execute it for testing purposes | true | 
Response
Status: 200
"success"Last updated on