Learn how to store and access files with QuickBlox file storage.
Basic | Startup | Growth | HIPAA | Enterprise | |
---|---|---|---|---|---|
File size limit | 10 Mb | 25 Mb | 50Mb | 50Mb | Contact our sales team |
update()
method.
params
:
Field | Required | Description |
---|---|---|
id | yes | ID of the file. |
name | yes | File name. |
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. |
function() | yes | Specifies a callback function that accepts that accepts an error and result. |
Argument | Required | Description |
---|---|---|
fileUID | yes | File unique identifier. You can take the fileUID from the object received as a result of the createAndUpload() or getInfo() method. |
Argument | Required | Description |
---|---|---|
fileUID | yes | File unique identifier. You can take the fileUID from the object received as a result of the createAndUpload() or getInfo() method. |
delete()
method below.
Argument | Required | Description |
---|---|---|
fileId | yes | ID of the file. |
function() | yes | Specifies a callback function that accepts that accepts an error and result. |