Hi, could i ask you, do you consider about increasing the bandwidth in appwrite cloud with free account? Because i exceed the bandwidth (10GB) even without deploying my app. Thank you for all answers
How are you executing 10GB already??
I am sorry for missunderstanding. Not now but i will exceed it easily when the pricing plan will be valid
If you have that much usage, it would make sense for you to upgrade π§
Ok thank you
How will you be using that much bandwidth? Are you making something free to use?
Only by developing, maybe because that i store files (images) on cloud. Maybe i should use something like cloudinary or something.
Yes application will be for free, if you mean this.
Are you minimizing files so they are only as big as needed?
No i dont, do you think that it is that problem, i have only about 20 imgs in storage.
Would you have any recommended librari for minimizing please?
how big are the images?
it depends on the language you use. im sure you'll find options if you google it
The biggest one is 3.9 MB
yes thank you very much
ya that still sounds quite large. i would either use the preview api to reduce it on view or a function to reduce the file size on upload
Thank you very much for help, i will do it. I hope the bandwidth will be smaller. Thank you <:appwriteheart2:1073243188954935387>
Maybe i do too many requests
Recommended threads
- Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calend...
 - Column size update error β "Invalid inde...
Hey everyone, Iβm running into an issue when trying to update the size of an existing column in my Appwrite database. Iβm trying to change the size from 30 to 5...
 - Bug on Updating User Limit
Iβve encountered a bug in the Appwrite Cloud UI when attempting to update the user limit to 0. My goal is to disable public registration while still allowing e...