Hi All , I am new to .NET MAUI and appwrite , seems I have a road block ..my code goes like
client = new Client()
.SetEndpoint(_settings.AppwriteEndpoint)
.SetProject(_settings.AppwriteProjectId)
.SetKey("*********");
// .SetSelfSigned(true);
_account = new Account(_client);
//this code gives problem
var account = new Account(_client);
The error message is **********@service.cloud.appwrite.io (role: applications) missing scope (account)
I tried to give all permissions I can see but no luck ..need help