
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
- Attributes in "Processing" state
Hey, all the attributes of all my collections are in a "Processing" state. I've read that we need to create a discord ticket with the project ID. Is it normal a...
- Attributes stuck at processing
I created a collection and after adding 4 attributes, the next ones are stuck in processing state since a long time. My project id: 6851551f0037d6ae5a24
- Question about the DB
Hello, I am using the database with this configuration, and when I query an operator user, the company ID shows null; however, in the AppWrite console, the docu...
