Disk Access Permissions: Overview of Methods
Access permissions allow sharing the contents of your personal drive with other users, departments, or groups. Permissions can be assigned to the entire drive, as well as to individual folders or files.
Quick Navigation: All Methods
User Documentation: Configure access permissions to personal drive
Features of Working with Access Permissions
The method disk.rights.getTasks returns identifiers for three levels of access:
- read,
- edit,
- full access.
Use these identifiers as the value for the TASK_ID parameter to set permissions when uploading a file. For example, when uploading a file to storage using the method disk.storage.uploadfile or to a folder using the method disk.folder.uploadfile.
Overview of Methods
Scope:
diskWho can execute the method: any user
|
Method |
Description |
|
Returns a list of available access levels |
Copied