Create Upload Jobs
POST/qlibs/:qlibid/q/:qwtoken/upload_jobs
Create one or multiple file upload jobs based on the list of files and their sizes that will be uploaded in subsequent requests.
- The files advertised in the request are grouped into upload jobs: multiple small files are added to the same job, large files are split into multiple jobs.
- The upload jobs allow independent upload of file data in batches.
- Different upload jobs may be performed concurrently.
Request
Responses
- 200
- 201
- 400
- 401
- 409
- default
The request was successfull but contained no file so no job was created
List of jobs needed to upload the files
No file was provided in the request or the request is malformed
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
One or more files in the request were already submitted in a previous request for the same content.
A generic error message.