lalithcsOriginal post
Rank 2: Process
for my project i need to set the permissiosn as per who can view my posts or who can access my data and all so how to do it
Summary
To set permissions in Appwrite, developers can change collection permissions to 'admin only' and use an API key with relevant scopes. When updating using SDK, it will require admin access. More details can be found in the Appwrite documentation on setting permissions for viewing posts and accessing data.