
Is there a way to add labels to files so I can in turn search for files based on these labels? Basically trying to link files to the user that uploaded them. I would prefer not to create different buckets for different users.

I dont belive so the way you want. You can create a collection with a document for each file that has the fileId and the label you want for that fileId then you can search the documents for the label then get the fileId and search the bucket for that ID
Recommended threads
- File tokens regenerate each page reload
Hello, on appwrite 1.7.4, when I create a file token via the API Tokens(appwriteAdminClient)#createFileToken I get a secret, then when I check in the console t...
- I am trying to run appwrite storage list...
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <...
- KK here. An honor to join the community
Please, how to upload a file(image or doc) to appwrite using python fastapi?
