Managing files
Operation | HTTP Request | Description |
---|---|---|
POST |
/pub/v1/disk/file/upload |
File upload |
GET |
/pub/v1/disk/file/{id}/get-link |
Get file download link by file ID |
POST |
/pub/v1/disk/file/{id}/get-link |
Get file download link by file ID |
POST |
/pub/v1/disk/directory/{id}/upload |
Load a file to a directory |
POST |
/pub/v1/disk/file/move |
Moving a file to a directory |