POST /filehandles/copy
Copy a batch of FileHandles. This API will check for DOWNLOAD permission on each FileHandle. If the user has DOWNLOAD permission on a FileHandle, we will make a copy of the FileHandle, replace the fileName and contentType of the file if they are specified in the request, and return the new FileHandle.
Service Limits
resource | limit |
---|---|
The maximum number of FilesHandles that can be copied in a single request | 100 |
Resource URL
https://repo-prod.prod.sagebase.org/file/v1/filehandles/copy
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | BatchFileHandleCopyRequest (application/json) |
Response Object | BatchFileHandleCopyResult (application/json) |