What's the correct import statement like this: from appwrite.services.storage import Storage. Can't find info on this in the docs. Would appreciate any help
I seem to have figured it out. Should I have the query like this? It's throwing an index not found error for email:
res = databases.list_documents(databaseID, collectionFilesID, [query.equal("email", [email])])
If anyone is facing this issue, you need to first index the attribute.
[SOLVED] How can I use query in python
Recommended threads
- Site SSR TanStack
Hey, I’m deploying a React + TanStack app on Appwrite Hosting. Can Appwrite Sites/SSR use Bun for runtime/build, or is it Node-only? I’m using Bun locally and w...
- 🚀 Appwrite Schema & Migration Managemen...
How can we quickly design a database schema and then push it to Appwrite? I'm looking for a workflow that makes it easy to draw or define database structures, ...
- Image transformations
On flutter web, when using image transformations, the results are being cached. When I replace an image, the old version still appears. Is it possible to manual...