我已经对 OneDrive 进行了身份验证,并正在尝试使用 Microsoft 图形 API 对其进行查询。我尝试了记录在案的查询:
https://graph.microsoft.com/v1.0/drive/root/children
但是,这会返回一个带有 JSON 正文的 HTTP 500,其中包括:
...
"code": "InternalServerError",
"message": "Unsupported extension property type.",
...
其他一些查询,例如 /drive/root 和 /drive/root:/Documents 工作正常,但我无法让孩子列出。