Hello there,
I'm working on a chrome extension which is supposed to extract both body text and attachments and send them to a backend.
From what I read, attachments shortlived url API (
getDownloadURL) has been deprecated apparently since
inbox.google.com will not provide any result.
I don't understand the decision since it works with the gmail web page and would be still useful in this particular environment
Please confirm my understanding. I have started exploring the dom of the messageView body as a workaround....
rgds, Jean-Michel