有没有办法使用InboxSDK操作/访问邮件附件?
我在文档中看到,您可以访问收件人和正文内容,但其中没有提到附件。
发布于 2019-05-14 02:40:52
您可以使用Gmail API本身获取附件:https://developers.google.com/gmail/api/v1/reference/users/messages/attachments/get
https://stackoverflow.com/questions/32553287
相似问题