【发布时间】:2016-05-06 07:52:12
【问题描述】:
我已对 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 工作正常,但我无法让孩子列出。
【问题讨论】:
-
能否提供失败调用返回的请求 ID 和时间戳?
标签: onedrive microsoft-graph-api