Skip to main content

Copy Resources

Copy a set of existing files and folders to a folder in your site.

When an operation is partially successful, the response returns an error message for the first failure and does not include information about files that were successfully processed or files that were not attempted.

Endpoint

POST https://mysite.files.com/api/v2/resources/copy

Replace mysite.files.com with your site address.

Request Body Schema

NameData TypeNotes
resourcesarray(string)Required. Array of resources to be copied. Each should be specified either as the complete path (e.g. my/folder/file.txt) or with the internal resource ID (e.g. id:31415926535)
parentResourcestringRequired. The folder the items will be copied to.
It can be specified as either the complete path (e.g. my/folder) or as a resource ID (e.g. id:66260702)