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}/sharedlink
|
Returns an external link to the shared file with the ID specified in the request.
|
Remove group sharing rights
|
DELETE api/2.0/files/share
|
Removes the sharing rights for the group with the ID 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.
|