如何通过Microsoft Graph API访问Sharepoint通信站点的文档库?
使用 Microsoft GraphAPI
我可以访问 SharePoint
团队网站文档库和列表,但无法访问 SharePoint
通信网站。
Azure Portal
中添加的应用权限:
Files.Read.All、Files.ReadWrite.All、Group.Read.All、Sites.Manage.All、 User.Read、User.Read.All、User.ReadBasic.All
用于访问 SharePoint 团队网站的端点:
GET https://graph.microsoft.com/v1.0/sites/{site_id}/drives
我正在调用相同的端点来访问 SharePoint
通信网站,但我得到了 我需要在 API 权限选项卡
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#drives",
"value": []
}
上的 Azure 门户
中为我的应用程序添加哪些权限才能访问 SharePoint 通信网站文档和列表?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否检查一下您是否为委托权限和应用程序权限提供了这些权限,您是否能够获取查询结果?
这是 DOC,希望这有帮助。
Can you please check if you provided these permissions for Delegated permissionsand application permissions you are able to get the query results?
Here is the link for the DOC, Hope this helps.