
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
- Upload file
i got this error when try upload file (.Net). I use this line to check my buucket and its all right var buckets = await appWriterInit.Storage.List...
- Issue in saving special character ' ╟ '...
I've created a chat application using Appwrite. However, when users try to save code that contains the character '╟', an internal server error occurs. Interesti...
- Auth issue: 401 general_unauthorized_sco...
Hello, I face a big problem with Appwrite Auth that I never face before. It's very simple, the most basic auth process just don't work ```dart final client = ...
