
Hi I need to authenticate using the API key in a kotlin android app. I'm actually using the io.appwrite:sdk-for-android:4.0.0 version (self hosted Version 1.4.3)
I tried adding setKey when creating the client but it won't resolve the reference:
val client = Client(this.applicationContext) .setEndpoint(syncCredentials.cliEndpoint) .setProject(syncCredentials.cliProject) .setKey(syncCredentials.cliApiKey)
What version of SDK should i upgrade to, to be able to use it?
Thanks
Recommended threads
- Deploy sites confusion (1.7.4) / Node
Hi, I have a project with two version of the same website. One if in french, the other in english. They share the same databases and storage but I've deployed ...
- 1.7.2 Node-appwrite createDocuments from...
Am I correct in my testing that functions with document creation event, wont trigger on calling createDocuments from within a function.
- I am Trying to create my own SMS gateway...
i am using appwrite 1.2.1, where can i edit or add new customSms.php which folder should i check ? then how can i manage to edit appwrite orginal code
