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 ?
TL;DR
To enforce a download limit per user per day in Appwrite, developers can create a function to meter the amount of GBs downloaded. This feature is not predefined in the documentation. The limit can be set individually for each user rather than as a global setting.