I am trying to use appwrite restapi endpoint to upload file for test purpose before i invest my time on a project with it. but I keep getting the above error above even with the fileId parameter given. i'll appreciate any assistance with file upload with the rest api n.b: i am using thunder client to run the test.
Recommended threads
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Database not found when attempting to Li...
So, I am doing this in postman to eliminate any possible weirdness from my SDK, and still unable to hit any document level endpoint for my database. I am tryin...
- module 'appwrite.query' has no attribute...
In python im running this line: from appwrite import query database = Databases(client).list_documents(database_id= 'xxx', collection_id= 'xxx', queri...