Hi guys, I didn't find this information in the doc but I wanted to know is it possible to enforce a limit per user and per day on the amount of gb a user can download each day and if yes is it a global setting or each user can have his own limit ?
You will need to have some appwrite function to meter the amount of gbs downloaded
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...