I'm using the graph explorer to try list the root's children via call to GET /drive/root/children
but getting empty response (while I have many files & folders in my directory):
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#drive/root/children",
"value": []
}
Any idea why and how to fix this?