Hi all, is there any way to create folders within Storage?
Not currently, what are you needing folders for?
I want to separate uploaded files based on users, so that I can only see those that are in the folder under their ID. I can currently solve this with the other database by storing them there links, but I find this a bit overkill
I know in the past they did a mass survey to see thoughts on folders, but I do not believe they are something that is implemented yet. For now you'd have to create a collection for file metadata to achieve some folder-like structure.
Thank you very much for your help!
Recommended threads
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- Need help to create a wrapper which let ...
I’m looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allow...