Learn how to store and access files with QuickBlox file storage.
Argument | Required | Description |
---|---|---|
url | yes | URL of a file. |
public | no | Boolean parameter. Specifies file visibility. If the file is public then it’s possible to download it without a session token. Default: false. |
Basic | Startup | Growth | HIPAA | Enterprise | |
---|---|---|---|---|---|
File size limit | 10 Mb | 25 Mb | 50Mb | 50Mb | Contact our sales team |
getInfo()
method below. This method allows to load the file description model from the server, not the content of the file itself.
Argument | Required | Description |
---|---|---|
fileId | yes | ID of the file. |
Argument | Required | Description |
---|---|---|
fileUid | yes | File unique identifier. You can get the fileUid from the file recieved as a result of the getInfo() method. |
Argument | Required | Description |
---|---|---|
fileUid | yes | File unique identifier. You can get the fileUid from the file recieved as a result of the getInfo() method. |