
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
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Hi im using vvs studio to make a charact...
my game involves magic , leveling up aka "phase" max phase is 30 each 10 20 30 theres awakening 1 2 3 i want to make a character builder so that players can fig...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
