Manage Document

This service is used to perform some actions on a folder or on a file, such as creating, or deleting a folder/file, or uploading a file.

Resource Description
GET /managedocument/getDrives/ Gets all drives by type (General, Group or Personal).
GET /managedocument/getFoldersAndFiles/ Gets all folders and files which can be viewed by the current user.
GET /managedocument/deleteFolderOrFile/ Deletes a folder/file.
GET /managedocument/createFolder/ Creates a new folder and returns its information.
POST /managedocument/uploadFile/upload/ Uploads a file to the server.
GET /managedocument/uploadFile/control/ Returns information about the upload status of a file, such as the upload percentage, the file name, and more.