operations

Name Resource Description
Bulk download PUT api/2.0/files/fileops/bulkdownload Starts the download process of files and folders with the IDs specified in the request.
Check files and folders for conflicts GET api/2.0/files/fileops/move Checks a batch of files and folders for conflicts when moving or copying them to the folder with the ID specified in the request.
Chunked upload POST api/2.0/files/{folderId}/upload/create_session Creates a session to upload large files in multiple chunks to the folder with the ID specified in the request.
Copy to a folder PUT api/2.0/files/fileops/copy Copies all the selected files and folders to the folder with the ID specified in the request.
Delete files and folders PUT api/2.0/files/fileops/delete Deletes the files and folders with the IDs specified in the request.
Empty the "Trash" folder PUT api/2.0/files/fileops/emptytrash Deletes all the files and folders from the "Trash" folder.
Finish active operations PUT api/2.0/files/fileops/terminate/{id} Finishes an operation with the ID specified in the request or all the active operations.
Get active operations GET api/2.0/files/fileops Returns a list of all the active operations.
Get conversion status GET api/2.0/files/file/{fileId}/checkconversion Checks the conversion status of a file with the ID specified in the request.
Mark as read PUT api/2.0/files/fileops/markasread Marks the files and folders with the IDs specified in the request as read.
Move to a folder PUT api/2.0/files/fileops/move Moves all the selected files and folders to the folder with the ID specified in the request.
Start file conversion PUT api/2.0/files/file/{fileId}/checkconversion Starts a conversion operation of a file with the ID specified in the request.
Update a comment PUT api/2.0/files/file/{fileId}/comment Updates a comment in a file with the ID specified in the request.