2017-08-17 21 views
0

我打電話以下端點https://graph.microsoft.com/v1.0/planner/plans/:planId/tasks?$select=id,title,appliedCategories,assignments,dueDateTime,createdDateTime,percentComplete計劃任務的API調用與許可錯誤而失敗零星

有時稱之爲經許可錯誤而失敗(不總是),但其他調用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

現在感謝它的工作 – AbdulKareem

相關問題