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
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Storage Chunk upload bug
Hi, I'm experiencing an issue with Appwrite Storage chunked uploads. Small files upload successfully, but larger video files that require chunking fail. For ...