nicholas
nicholas

Reputation: 14563

Manipulating attachments with InboxSDK

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

Answers (1)

Reagankm
Reagankm

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

Related Questions