【发布时间】:2020-10-01 05:37:29
【问题描述】:
我可以得到如下所示的消息附件信息,但无法下载存储在共享点站点中的文件内容。
"attachments": [
{
"id": "fc323b65-2cee-48d9-9574-0e26eb74e9bb",
"contentType": "reference",
"contentUrl": "https://otdeveloper.sharepoint.com/sites/Test/Shared Documents/General/1Ex.txt",
"content": null,
"name": "1Ex.txt",
"thumbnailUrl": null
}
]
我正在使用以下获取调用以获取带有身份验证令牌的上述请求
GET https://graph.microsoft.com/beta/groups/{{TeamId}}/drive/root:/Test/Shared Documents/General/1Ex.txt:/content
我尝试了发布在 https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/200 但我收到 404 响应。
【问题讨论】:
标签: microsoft-graph-api microsoft-teams microsoft-graph-teams