The call to https://graph.microsoft.com/beta/me/trendingAround returns "403 Forbidden" although the App has File.Read permissions.
I've checked http://graph.microsoft.io/en-us/docs/authorization/permission_scopes and didn't find any more appropriate privilege to give. I even tried to give all permissions listed on dev.office.com/app-registration but the response is the same.
The call to graph.microsoft.com/beta/me/people works.
If I try the trendingAround API on graph.microsoft.io/en-us/graph-explorer it also works, but not in the App.

