MoveFile

AccessToken

Move a file from one folder to another.

Endpoint

POST /moveFile

Parameter

FieldValue
accessTokenaccessToken set in the Config

Body

FieldValueType
fileFile (without path)string
fromFolderFolder to copy fromstring
toFolderFolder to copy tostring
advanced(optional)Will copy & delete instead of moveboolean
test (optional)Only log the file action but don't execute it for testing purposestrue

Response

200

Status: 200
"success"

400

"Error Text"