Change the archive format
|
PUT api/2.0/files/settings/downloadtargz
|
Changes the archive format for downloading from zip to tar.gz.
|
Change the default access rights
|
PUT api/2.0/files/settings/dafaultaccessrights
|
Changes the default access rights in sharing settings
|
Check the document service URL
|
PUT api/2.0/files/docservice
|
Checks the document service location.
|
Display favorite folder
|
PUT api/2.0/files/settings/favorites
|
Displays the favorite folder.
|
Display recent folder
|
PUT api/2.0/files/displayRecent
|
Displays the recent folder.
|
Display template folder
|
PUT api/2.0/files/settings/templates
|
Displays the template folder.
|
Get the auto cleanup setting properties
|
GET api/2.0/files/settings/autocleanup
|
Returns the auto cleanup setting properties.
|
Get the document service URL
|
GET api/2.0/files/docservice
|
Returns the address of the connected editors.
|
Store original formats
|
PUT api/2.0/files/storeoriginal
|
Stores files in the original formats when uploading and converting.
|
Update a file version if exists
|
PUT api/2.0/files/updateifexist
|
Updates a file version if a file with such a name already exists.
|
Update the auto cleanup setting
|
PUT api/2.0/files/settings/autocleanup
|
Updates the auto cleanup setting.
|