Back

.Net MAUI and appwrite ..not able to read account details

  • 0
  • Android
  • Apple
  • Self Hosted
priyabrata jena
17 Feb, 2025, 09:50

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

TL;DR
Issue with reading account details in .NET MAUI and Appwrite. Error message: missing scope (account). The fix is to give the necessary permissions in Appwrite.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more