我已经对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工作正常,但我无法让孩子列出。
答案 0 :(得分:0)
您需要使用此网址才能使其正常工作:
https://graph.microsoft.com/v1.0/me/drive/root/children
由于
答案 1 :(得分:0)
我们发现个人Microsoft帐户(LiveId)的此类请求存在问题。它已被纠正,你不应再看到这样的失败。