Reputation: 14563
Is there any way to manipulate/access message attachments using the InboxSDK?
I see in the docs that you can access recipients and body content, but there's no mention of attachments in there.
Upvotes: 1
Views: 339
Reputation: 5419
You can get attachments with the Gmail API itself: https://developers.google.com/gmail/api/v1/reference/users/messages/attachments/get
Upvotes: 0