无法从 Outlook REST 获取源 Url 附件 API
Cann't Get SourceUrl's attachment from outlook REST API
根据Outlook Mail REST API reference我应该可以得到
SourceUrl
属性 通过调用:
`GET https://outlook.office.com/api/beta/me/messages/{messageId}/attachments/{attachmentId}`
要么
`GET https://outlook.office.com/api/beta/me/messages/{messageId}/?$expand=attachments`
在 2.0 版和 beta 版中,但 SourceUrl
始终缺失,
我需要任何其他信息才能获得它吗?知道我没有收到任何错误!
谢谢
SourceUrl
仅供参考附件。意思是,当文件从 OneDrive (for Business) 等云位置共享时。
使用普通附件时,例如从本地驱动器,contentBytes
可用。
根据Outlook Mail REST API reference我应该可以得到
SourceUrl
属性 通过调用:
`GET https://outlook.office.com/api/beta/me/messages/{messageId}/attachments/{attachmentId}`
要么
`GET https://outlook.office.com/api/beta/me/messages/{messageId}/?$expand=attachments`
在 2.0 版和 beta 版中,但 SourceUrl
始终缺失,
我需要任何其他信息才能获得它吗?知道我没有收到任何错误!
谢谢
SourceUrl
仅供参考附件。意思是,当文件从 OneDrive (for Business) 等云位置共享时。
使用普通附件时,例如从本地驱动器,contentBytes
可用。