i have a bucket for user profile picture and each file name is the user id so now i want to get the specific file and filter it by the current logged in user e.g by providing the user id. I have looke into listFile method and taught i will get al the files and filter it by the name by my self but what if i have thousonds of files. is their any standard or better way to do so?
Look at the docs again. You can pass queries to filter: https://appwrite.io/docs/references/cloud/client-web/storage#listFiles
yes thank you @Steven i have found the solution. I would have read it a little more carefully their was query ("name") exactly what i wanted.
[SOLVED] filtering files by file name
Recommended threads
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...