Copies a folder asynchronously.
You can use ListFolder to preview the operation: set dryRun=true with recursive, includeFiles, includeOverriddenStorage and includeVirtualFolders set to match the values you're using here. Leave all other flags unset.
1curl "https://api.bytescale.com/v2/accounts/{accountId}/folders/copy" \2 -H "Authorization: Bearer YOUR_API_KEY" \3 -H "Content-Type: application/json" \4 -d @- << EOF5 {6 "condition": {7 "equals": "*",8 "type": "Equals"9 },10 "copyFiles": true,11 "copyOverriddenStorage": false,12 "copyVirtualFolders": true,13 "destination": "/destination/folder",14 "recursive": true,15 "source": "/source/folder"16 }17EOF
1{2 "jobDocs": "https://www.bytescale.com/docs/job-api/GetJob",3 "jobId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",4 "jobType": "ExampleJob",5 "jobUrl": "https://api.bytescale.com/v2/accounts/FW25aki/jobs/ExampleJob/01ARZ3NDEKTSV4RRFFQ69G5FAV"6}
Your account ID.
This is visible on the settings page:
https://www.bytescale.com/dashboard/settings
Example: A623uY2
Type: String
Length: 7
In: Path
Required: Yes
Add one of these Authorization header values to your request:
•Option 1: prefix "Bearer " to your API key. The result is your Authorization header value.
•Option 2: use HTTP basic authorization, specifying apikey as your username, and your API key as your password.
Type: String
In: Header
Required: Yes
This endpoints requires a JSON request body.
Type: String
Value: "application/json"
In: Header
Required: Yes
This website uses cookies. By continuing you are consenting to the use of cookies per our cookie policy.
This website requires a modern web browser -- the latest versions of these browsers are supported: