Planner Tasks Api Call is failing with permission error sporadically

廉价感情. 提交于 2019-12-11 15:59:29

问题


I'm calling following endpoint https://graph.microsoft.com/v1.0/planner/plans/:planId/tasks?$select=id,title,appliedCategories,assignments,dueDateTime,createdDateTime,percentComplete

Sometimes call is failing with permission error (not always) but other calls to Graph API are working fine with same token

the error Response is

{
  "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:


Thank you for the report. This problem should be resolved now, let us know if you are still experiencing the issue.



来源:https://stackoverflow.com/questions/45734401/planner-tasks-api-call-is-failing-with-permission-error-sporadically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!