BigBearIrish 🇮🇪Original post
Web Developer
when i am trying to find the accounts.read permission in the api permissions it dosent show
Go to "API Keys" in the left sidebar
4. Find the API key that matches the one in your .env file
5. Click on the API key to edit its permissions
6. Ensure the following permissions are enabled:
account.read- For retrieving account detailssessions.write- For managing sessionsusers.read- For accessing user information (already enabled)databases.read- For reading database collections (already enabled)
- Save the changes
Summary
Developers are facing issues finding the accounts.read permission in the API permissions. To resolve this, they should go to "API Keys" in the left sidebar, find the API key matching the one in their `.env` file, click on it to edit permissions, and ensure the following permissions are enabled: `account.read`, `sessions.write`, `users.read`, and `databases.read`. Save the changes after making these adjustments.