MoveFile
POST /moveFile
Move a file from one folder to another.
Header
| Field | Value |
|---|---|
accessToken | accessToken set in the Config |
Body
| Field | Value | Type |
|---|---|---|
file | File (without path) | string |
fromFolder | Folder to copy from | string |
toFolder | Folder to copy to | string |
advanced(optional) | Will copy & delete instead of move | boolean |
test (optional) | Only log the file action but don’t execute it for testing purposes | true |
Response
Status: 200
"success"Last updated on