使用 API 将文件上传到 Microsoft Teams

Upload files to Microsoft Teams using API

我有 Microsoft Graph 的访问令牌。我必须将文件上传到频道文件选项卡。

任何人都可以帮助我将文件上传到文件选项卡需要使用哪些端点 我在下面打电话 API:

放置:https://graph.microsoft.com/v1.0/groups/xxxxxxxx-xxxx-xxxx-xxxx-c8550c107aad/drive/items//sites/leafletcorp.com/Shared%20Documents/Development:/abc.docx:/content?@name.conflictBehavior=rename

我收到以下回复: { “错误”: { “代码”:“错误请求”, "message": "实体只允许使用 JSON Content-Type header 写入。", “内部错误”:{ “日期”:“2021-05-05T09:12:42”, "request-id": "a517632c-13d0-491d-8b56-8020101be95d", “客户端-request-id”:“a517632c-13d0-491d-8b56-8020101be95d” } } }

频道中的“文件”选项卡没有链接到 SharePoint 站点默认文件夹,请查看 Upload Files This API restricted to file size to 4MB. if you want to upload greater than 4MB please take a look at Upload larger files