- Do you use the same user context in Microsoft Graph Explorer/POSTMAN & Visual Studio console project as well?
- Validate the token using https://jwt.ms and see if there is any difference available.
Getting 403 error when trying to read PowerApps List in Microsoft Graph Explorer.

Janardan Kortikere
1
Reputation point
Using GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id} in Microsoft Graph Explorer to read PowerApps List, but I a getting 403 error. However, I can read the same list using the same user in Visual Studio console project with CSOM.
1 answer
Sort by: Most helpful
-
Deva-MSFT 2,231 Reputation points Microsoft Employee
2020-11-30T12:29:50.94+00:00
Which permission (delegated/application) you used in your custom app? Have you tried the same in Graph explorer as well?
Here is the code in my custom Console app using CSOM. You can see I am not providing permissions.