【发布时间】:2017-06-21 21:06:42
【问题描述】:
当我尝试使用此 Microsoft Graph 查询列出共享点站点中的所有列表时,它返回一个 401 错误。但是阅读列表效果很好。
{
"error": {
"code": "unauthenticated",
"message": "Access denied. You do not have permission to perform this action or access this resource.",
"innerError": {
"request-id": "6929864e-9d14-4911-9d7e-d0a29259e05f",
"date": "2017-06-21T21:00:15"
}
}
}
- 不起作用:https://graph.microsoft.com/beta/sites/{site-id}/lists
- 工作:https://graph.microsoft.com/beta/sites/{site-id}/lists/{list-id}
谢谢
【问题讨论】:
标签: sharepoint office365 microsoft-graph-api