Upload File Data
POST/qlibs/:qlibid/q/:qwtoken/file_jobs/:filesjobid/:jobid
Upload binary data for a previously created upload job
- after a successfull upload of all the expected bytes the part is finalized and the part hash in the response is set
- if the part hash is not set some bytes are still expected to complete the job
If an error occurs during the upload or bytes are still expected a request to retrieve the current state of the job can be performed in order to resume the upload
Request
Responses
- 200
- 401
- default
bytes upload successfully completed
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
A generic error message.