manazoOriginal post
Rank 3: Container
Users can create posts in my app, and each post can have some files (images) associated with it. for this to be implemented, I need to give all the users create permission to that bucket. But that comes with the fact that any user can make my bucket bloated with images not associated with any post. how can I prevent it?
Appwrite: Cloud
Stack: NextJS@latest
Summary
Developers want to prevent users from creating unnecessary files in their bucket. They are using Cloud with NextJS@latest. Giving all users create permission to the bucket risks it being bloated with images unrelated to posts.