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 file information
|
GET api/2.0/files/file/{fileId}/share
|
Returns the detailed information about the shared file with the ID specified in the request.
|
Get the shared folder information
|
GET api/2.0/files/folder/{folderId}/share
|
Returns the detailed information about the shared folder 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.
|
Get the sharing rights
|
POST api/2.0/files/share
|
Returns the sharing rights for all the files and folders specified in the request.
|
Remove the sharing rights
|
DELETE api/2.0/files/share
|
Removes the sharing rights from all the files and folders 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.
|
Set the sharing rights
|
PUT api/2.0/files/share
|
Sets the sharing rights to all the files and folders specified in the request.
|
Share a file
|
PUT api/2.0/files/file/{fileId}/share
|
Sets the sharing settings to a file with the ID specified in the request.
|
Share a folder
|
PUT api/2.0/files/folder/{folderId}/share
|
Sets the sharing settings to a folder with the ID specified in the request.
|