MoveFileAccessToken
Move a file from one folder to another.
Endpoint
POST /moveFile
Parameter
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
200
Status: 200
"success"
400
"Error Text"