I am trying to register users auth and database client side Android JAVA-SDK, setKey(****)
throws an error
// Initialize the Appwrite SDK
Client client = new Client();
client.setEndpoint("https://[ENDPOINT]/v1").setProject("[PROJECT_ID]").setKey("[API_KEY]");
error message Cannot resolve method 'setKey' in 'Client'
Hi π
In Java, you dont need to set key if this is a client side app. setKey is needed only for server to server communication.
ok. THanks.
[SOLVED] Cannot resolve method 'setKey' in 'Client'
Recommended threads
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- My organization's project is blocked
My organization's project is blocked so unblocked my organization then I will this
- Can't Create An Account with Gmail Domai...
Hi, when using account.create() to register a new user with the Gmail domain, I got "There was an error processing your request. Please check the inputs and try...