I have authenticated to OneDrive and am trying to query it using the Microsoft graph API. I tried the documented query:
https://graph.microsoft.com/v1.0/drive/root/children
However, this returns an HTTP 500 with a JSON body that includes:
...
"code": "InternalServerError",
"message": "Unsupported extension property type.",
...
Some other queries such as /drive/root and /drive/root:/Documents work fine, but I can't get children to list.