POST api/2.0/files/@my/upload
Uploads the file specified with single file upload or standart multipart/form-data method to My section
This method doesn't have any parameters
Upload can be done in 2 different ways:
- Single file upload. You should set Content-Type & Content-Disposition header to specify filename and content type, and send file in request body
- Using standart multipart/form-data method
POST api/2.0/files/@my/upload
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json