File sharing
|
GET api/2.0/files/file/{fileId}/share
|
Returns the detailed information about shared file with the ID specified in the request
|
Folder sharing
|
GET api/2.0/files/folder/{folderId}/share
|
Returns the detailed information about shared folder with the ID specified in the request
|
Remove group sharing rights
|
DELETE api/2.0/files/share
|
Removes sharing rights for the group with the ID specified in the request
|
Share file
|
PUT api/2.0/files/file/{fileId}/share
|
Sets sharing settings for the file with the ID specified in the request
|
Share folder
|
PUT api/2.0/files/folder/{folderId}/share
|
Sets sharing settings for the folder with the ID specified in the request
|
Shared link
|
PUT api/2.0/files/{fileId}/sharedlink
|
Returns the external link to the shared file with the ID specified in the request
|