通过Groups或Planner API方法检索计划时出现UnknownError

时间:2017-09-13 12:43:33

标签: microsoft-graph

我收到与"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"
        }
    }
}

1 个答案:

答案 0 :(得分:1)

我担心Planner不支持应用程序权限(使用client_credentials流程)。为了与计划进行交互,您需要使用支持委派权限的流程。

来自documentation

  
      
  • 委派(工作或学校帐户):Group.Read.AllGroup.ReadWrite.All
  •   
  • 委派(个人Microsoft帐户):不支持
  •   
  • 申请:不支持
  •