CopyFile

AccessToken

Copy a file from one folder to another.

Endpoint

POST /copyFile

Parameter

FieldValue
accessTokenaccessToken set in the Config

Body

FieldValueType
filePath to filestring
fromFolderFolder to copy fromstring
toFolderFolder to copy tostring
test (optional)Only log the file action but don't execute it for testing purposestrue

Response

200

Status: 200
"success"

400

"Error Text"