Is a bucket is like a directory? Can I create a sub bucket "under" another one?
A web app I'm building is relying heavily on a file system. I'm wondering, should I host my files on a node js server? Thank you
For now not possible. I think you can combine files with the database in order to be able to create something like a filesystem
@D5 thank you πβ¨
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...