I want a way to get a list of the attachments for a Message without having to download the whole message.
With "Users.messages: get" we can set the fields to be returned but we can only choose "Payload" which will return the whole payload for the message
https://developers.google.com/gmail/api/v1/reference/users/messages/get#try-it
I only want a list of the attachments so that the user can select which attachment to go and fetch.
Is there a more efficient way to do this??
Thanks for your help,
Paul C