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.
TL;DR
Title: Error: Missing fileId parameter while uploading file using appwrite restapi endpoint
Message: As a developer, I'm trying to test the file upload functionality of the appwrite restapi endpoint using Thunder Client. However, I keep encountering the error message "Param 'fileId' is not optional" even though I have provided the fileId parameter. I would appreciate any help or guidance on how to successfully upload a file using the restapi endpoint.