I would like to make a query search in Appwrite for Web within a storage bucket and would like to use the startsWith method. But Webstorm can't find the method. Going forward to the declaration of Query Class shows, that these methods are missing.
what version of the SDK do you have?
appwrite 10.2.0
ya that's the older SDK for Appwrite 1.2.x. You'll need to upgrade to 11.0.0: https://www.npmjs.com/package/appwrite
ah, ok.
thanks. it's working now.
[SOLVED] Missing Query methods startWith, endsWith and Between?
Recommended threads
- Storage files aren’t showing on mobile
hi, what can be the problem? i have a storage and there are images in it, the permissions are read for All Users, everything is fine on desktop, but on mobile t...
- Delete storage files all at once
I am using Appwrite Cloud. I want to delete all storage files in my bucket similar to how I can select all documents in a collection and delete them all at once...
- Storage images are not showing on mobile
Hi, can anyone help me? I have some images on the storage, and it is not shown on mobile, on desktop everything is fine.