CopyFileAccessToken
Copy a file from one folder to another.
Endpoint
POST /copyFile
Parameter
Header
Field | Value |
---|---|
accessToken | accessToken set 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
200
Status: 200
"success"
400
"Error Text"