Apologies if I haven’t had a chance to take a look for solutions but I’m away for a few days and don’t really have a computer to properly look at configurations. At first I thought the 28MB file upload limit was good enough but now my users are asking to be able to upload files that are at least 100MB. When I come back to my computer, what are the steps I need to take to increase the bucket’s file upload limits?
You need to change the env var _APP_STORAGE_LIMIT
Thank you! I’ll try this out later when I get back on my computer.
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...