如何使用 Graph API 读取 sharepoint 在线列表的附件
Posted
技术标签:
【中文标题】如何使用 Graph API 读取 sharepoint 在线列表的附件【英文标题】:How to read the attachment of sharepoint online lists using the Graph API 【发布时间】:2021-11-04 05:49:11 【问题描述】:对于任何 SharePoint Online 列表中的附件项目,图表浏览器只能获取包含值“true”或“false”的 Attachments 属性。
使用 Rest API,我们可以轻松展开并抓取附加的链接。但是,使用 Graph Explorer 我们无法展开 Attachments 属性。
我在 Graph Explorer 中尝试过的以下查询:https://graph.microsoft.com/v1.0/sites/site-id/lists/list-id/items/item-id
附件:真实
我们如何获取附件。
【问题讨论】:
Rest API 是什么意思? Sharepoint REST API? 【参考方案1】:不支持检索List Item
附件详细信息。
到目前为止,您只能使用 Sharepoint REST API
【讨论】:
【参考方案2】:正如@user2250152 所说,Graph API 目前不支持此功能。您可以在这里提交功能请求:https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform
【讨论】:
以上是关于如何使用 Graph API 读取 sharepoint 在线列表的附件的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Facebook Graph API 编辑现有事件
iOS 客户端:我可以让用户登录 Active Directory,但如何访问 MS Graph API?