1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00
appwrite/docs/services/storage.md
Alex Weininger 76695a032a
Add information about _APP_STORAGE_LIMIT environment variable
Discussed in discord, adding this for give the _APP_STORAGE_LIMIT env variable more exposure. Since users might come to this doc page looking for information on max file size.
2021-06-04 13:35:59 -07:00

1,000 B

The Storage service allows you to manage your project files. Using the Storage service, you can upload, view, download, and query all your project files.

Each file in the service is granted with read and write permissions to manage who has access to view or edit it. You can also learn more about how to manage your resources permissions.

The preview endpoint allows you to generate preview images for your files. Using the preview endpoint, you can also manipulate the resulting image so that it will fit perfectly inside your app in terms of dimensions, file size, and style. The preview endpoint also allows you to change the resulting image file format for better compression or image quality for better delivery over the network.

The maximum file size allowed for file upload is controlled by the _APP_STORAGE_LIMIT environment variable, which defaults to 10 MB. See Environment Variables for more information.