计划任务Api呼叫失败,但偶尔会出现权限错误

时间:2017-08-17 11:52:29

标签: office365 microsoft-graph

我正在调用以下端点https://graph.microsoft.com/v1.0/planner/plans/:planId/tasks?$select=id,title,appliedCategories,assignments,dueDateTime,createdDateTime,percentComplete

有时调用失败并显示权限错误(并非总是如此),但对Graph API的其他调用在使用token

时工作正常

错误响应是

{
  "error": {
    "code": "",
    "message": "You do not have the required permissions to access this item.",
    "innerError": {
      "request-id": "f8b43045-b062-4e57-9c7f-c4380c197f55",
      "date": "2017-08-17T11:34:11"
    }
  }
}

1 个答案:

答案 0 :(得分:1)

感谢您的举报。现在应该解决此问题,如果您仍然遇到此问题,请告知我们。