I'm using Google Apps Script and Content Service. I would like to provider users with a way to download an attachment for a given Gmail Message.
The Gmail Attachment objects doesn't expose a download URL like the Site Attachment does so I'm trying to use Content Service to serve the bits for the attachment. Content Service appears to only support text and does not have an API for returning byte[].
Is there a work around?