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
- free plan limit
Hello! I’m currently on the free plan and still in development. I’m unable to use the database because I’m getting the following error: “Resource limit for your...
- Failed to receive appwrite reset passwor...
Hey there, I forgot my password for my appwrite account but when i use forgot password, i dont get an email to reset the account but when i try to create a new ...
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?