使用 MicrosoftGraph 下载邮件文件附件的部分内容 API
Download partial content for a file attachment of a message using MicrosoftGraph API
我需要使用 MicrosoftGraph 部分下载邮件的文件附件API。
我正在使用以下端点获取附件
https://graph.microsoft.com/v1.0/me/messages/{id}/attachments/{id}
但根据 this 文档,上述请求仅支持授权 header。我尝试了 Range header 但没有用。有没有办法执行 文件附件
的部分下载
不支持部分下载。请在 https://officespdev.uservoice.com/ 提出功能请求,解释用例。
但是,如果旨在减小响应大小,$select 参数可用于获取 contentBytes 以外的属性。
我需要使用 MicrosoftGraph 部分下载邮件的文件附件API。
我正在使用以下端点获取附件
https://graph.microsoft.com/v1.0/me/messages/{id}/attachments/{id}
但根据 this 文档,上述请求仅支持授权 header。我尝试了 Range header 但没有用。有没有办法执行 文件附件
的部分下载不支持部分下载。请在 https://officespdev.uservoice.com/ 提出功能请求,解释用例。
但是,如果旨在减小响应大小,$select 参数可用于获取 contentBytes 以外的属性。