Chunked upload
|
POST api/2.0/files/{folderId}/upload/create_session
|
Creates session to upload large files in multiple chunks.
|
Insert file
|
POST api/2.0/files/{folderId}/insert
|
Uploads the file specified with single file upload
|
Insert to Common
|
POST api/2.0/files/@common/insert
|
Uploads the file specified with single file upload to Common section
|
Insert to My
|
POST api/2.0/files/@my/insert
|
Uploads the file specified with single file upload to Common section
|
Upload file
|
POST api/2.0/files/{folderId}/upload
|
Uploads the file specified with single file upload or standart multipart/form-data method to the selected folder
|
Upload to Common
|
POST api/2.0/files/@common/upload
|
Uploads the file specified with single file upload or standart multipart/form-data method to Common section
|
Upload to My
|
POST api/2.0/files/@my/upload
|
Uploads the file specified with single file upload or standart multipart/form-data method to My section
|