How to Troubleshoot Issues with Gmail Workflow Steps Involving Downloading and Uploading Email Attachments?

Downloading all attachments would be fine too

Cool, so we need to investigate the bug in the action and create a new one to download all attachments. Thanks Diego for the help.

Thanks to you ! In the meantime I’ll write a short script to access my attachments through the api using JS, do you know if it will require new authentication or maybe not since the code block is already inside the pipedream url?

And I’m connected to my gmail account through pipedream…

If you select Write custom Node.js code with Gmail Developer App you can reuse the auth code part that will appear

And we handle the token refreshing in the backend

That’s the power of Pipedream, you can leverage that from us and write any code you need!

And just connect your account once