Copy Resources
Summary
Copies a set of existing files/folders to the requested destination folder.
Endpoint
POST https://mysite.files.com/v1.2/copyResources
Replace mysite.files.com with your site address.
Request Parameters
Name | Data Type | Description |
---|---|---|
access_token | string | Required. The session key that identifies which user is authenticated. Either an access token returned by the authenticateUser function, or a a Files.com user API Key. |
filePaths[] | array(string) | Required. Array of paths to make copies of. |
destinationPath | string | Required. Remote destination folder to copy resources to. |