curl -X POST "https://app.drime.cloud/api/v1/file-entries/duplicate?workspaceId=0" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "entryIds": [123] }'
{ "status": "success", "entries": [ { "id": 124, "name": "document (copy).pdf", "type": "pdf", "file_size": 1048576, "parent_id": null, "created_at": "2024-01-20T10:00:00.000000Z" } ] }
Create copies of files and folders
success