Change the file owner
|
POST api/2.0/files/owner
|
Changes the owner of the file with the ID specified in the request.
|
Get file encryption keys
|
GET api/2.0/files/file/{fileId}/publickeys
|
Returns the encryption keys to access a file with the ID specified in the request.
|
Get shared users
|
GET api/2.0/files/file/{fileId}/sharedusers
|
Returns a list of users with their access rights to the file with the ID specified in the request.
|
Get the shared link
|
PUT api/2.0/files/{fileId}/sharedlinkAsync
|
Returns an external link to the shared file with the ID specified in the request.
|
Send the mention message
|
POST api/2.0/files/file/{fileId}/sendeditornotify
|
Sends a message to the users who are mentioned in the file with the ID specified in the request.
|
Set the link access status
|
PUT api/2.0/files/{fileId}/setacelink
|
Sets the access status for the external link to the file with the ID specified in the request.
|