GET
/
blobs
/
{blob_uid}
/
download.json
curl -X GET \
-H "QB-Token: 2e80acd7f3d9c1e79312e0d1dafd6691ba012bba" \
https://api.quickblox.com/blobs/9dc0d37c9be34c839ae3bcac4bbaace100/download.json
<html>
  <body>You are being <a href="https://s3.amazonaws.com/qbprod/9dc0d37c9be34c839ae3bcac4bbaace100?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAIY7KFM23XGXJ7R7A%2F20190915%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20190915T202045Z&amp;X-Amz-Expires=3600&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=2193b5418bc949f8ab5ac26d24a43ecc705ffbebb740689dfe304c636b9516e6">redirected</a>
  </body>
</html>

Declare a file as uploaded first by setting its status to Complete to have a possibility to download the file.

If a file is public then it’s possible to download it without a session token.

Path Parameters

blob_uid
integer
File/blob identifier that should be taken from the response of the Create File request.

Headers

QB-Token
string
required
A user session token. See our Authentication page to learn more about the session token.

Responses

curl -X GET \
-H "QB-Token: 2e80acd7f3d9c1e79312e0d1dafd6691ba012bba" \
https://api.quickblox.com/blobs/9dc0d37c9be34c839ae3bcac4bbaace100/download.json
<html>
  <body>You are being <a href="https://s3.amazonaws.com/qbprod/9dc0d37c9be34c839ae3bcac4bbaace100?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAIY7KFM23XGXJ7R7A%2F20190915%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20190915T202045Z&amp;X-Amz-Expires=3600&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=2193b5418bc949f8ab5ac26d24a43ecc705ffbebb740689dfe304c636b9516e6">redirected</a>
  </body>
</html>