Download or List Files
GET/qlibs/:qlibid/q/:qhit/files/:path
Download or list the file at the given path.
Download a file
The request accepts an optional HTTP Range header to download only a specific section of the file.
List Files
In order to list files rather than downloading them, add a list query parameter to the request:
GET .../files/images?list or GET .../files/images?list=true
See List Files.
Retrieve file info only
If only the file info (via response status and headers) is needed, then use the HEAD HTTP method:
HEAD .../files/images/IMG_1234.jpg
Request
Responses
- 200
- 206
- 401
- 404
- 409
- default
The file content was successfully retrieved
The binary data of the part for the specified byte range as a single byte stream.
Response Headers
range of the selected bytes returned as described in RFC 7233 section 4.
Authentication information is missing or invalid
Response Headers
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
Error message returned if the requested entity does not exist.
Upload of the file is not yet finished
A generic error message.