followedSites = await graphClient.Me.FollowedSites.Request().GetAsync();
I am using this, and it is not able to get followedsites data and gives 404
StatusCode: Forbidden RawResponseBody: {“error”:{“code”:”accessDenied”,”message”:”Access denied”,”innerError”:{“date”:”2024-05-06T05:03:33″,”request-id”:”85c976e5-6309-462e-a2d5-89ab8c90d24b”,”client-request-id”:”85c976e5-6309-462e-a2d5-89ab8c90d24b”}}}
Please let me know if there is any other enpoint that I can try with.
Thanks
Tanvi Mittal
I checked required permisson as delegated for sites.read.all and sites.read
still ii fails.
Tanvi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.