我收到与"Unknown Error" in Microsoft Graph Explorer相同的错误,直接点击了v1和beta api。例如。 beta/groups/<group id>/planner/plans
或,beta/planner/plans/<plan id>
它显示为401
,但错误代码为UnknownError
。我知道该计划存在,因为我可以在浏览器中访问它。有什么想法/建议吗?
完整输出:
{
"error": {
"code": "**UnknownError**",
"message": "...401 - Unauthorized: Access is denied due to invalid credentials....
You do not have permission to view this directory or page using the
credentials that you supplied...",
"innerError": {
"request-id": "02fde3c3-a56c-4134-b483-0b53aee88410",
"date": "2017-09-13T05:51:31"
}
}
}
答案 0 :(得分:1)
我担心Planner不支持应用程序权限(使用client_credentials
流程)。为了与计划进行交互,您需要使用支持委派权限的流程。
- 委派(工作或学校帐户):
Group.Read.All
,Group.ReadWrite.All
- 委派(个人Microsoft帐户):不支持
- 申请:不支持