
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
- Unable to access certain projects after ...
As attached, after upgrading to pro and relogin to the appwrite console, for certain projects I am met with the 401 error although I am the owner of the organiz...
- Database update issue
When updating value of any attribute from appwrite Dashboard then this issue facing
- I can't access my project
Hi all, I’m on the free tier and have only one organization and one project set up. I built this project a few months ago, but now when I try to access it, I’m ...
