Authentication Issue with Appwrite SDK when Integrating with Wappler Project
- 0
- Self Hosted
- Storage
I'm facing an issue while trying to integrate my Wappler project with Appwrite to perform file upload and deletion operations in buckets. I followed the integration instructions provided in the Appwrite documentation and was able to perform the upload and deletion actions. However, I'm having difficulties with authentication via API KEY.
Basically, I am "bypassing" the authentication with the API KEY when trying to use the Appwrite SDK.
I have a Appwrite running in a docker container, and my project in localhost. So, I developed a function for my project that uses the node-appwrite SDK to create, and delete files directly from my project.
But even setting my correct API KEY to the sdk.Client(), or even passing it wrong, I'm still able to perform actions in my Appwrite project. And also, when looking to the Appwrite API Keys Interface, it says "Never accessed".
I'm new to Appwrite and development world, so maybe I'm getting this all wrong. Thanks!!
Recommended threads
- How to change "collection Id" to "collec...
- getFileViewURL isnt working on android
i trid the adding the jwt token to the end of the url still nothing. but it works fine on ios https://fra.cloud.appwrite.io/v1/storage/buckets/693a0xxxxxxxxf2d...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...