I want to be able to list my SharePoint files using a token obtained from AAD app. So far I'm not getting any authorisation errors - so not like in this question and I'm able to make the call correctly, however I'm seeing different results for the same account through Microsoft's Graph Explorer and what I have. I can see and list my files / drives in the Microsoft Graph Explorer using the url:
https://graph.microsoft.com/v1.0/sites/mytenant.sharepoint.com/drive/root/children
This however doesn't work with the AAD app that I have which I've requested the following accesses from Microsoft Graph API
I'm guessing either the graph tool is enabled with some features that the rest of us doesn't have, or I'm requesting the wrong set of permissions. Any ideas to what I might be doing wrong?