This is about saving attachments to google drive automation

:bullseye: What is your goal?

Save attachments to google drive

:thinking: What is the problem & what have you tried?

I tried every possible scenario of saving attachments to my drive but it doesn’t work, I don’t get an error message but the attachments don’t get saved to the drive

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey Kwasi,

you need the “List email attachments and media” module.

1 Like

Oh okay, I’ll try it now

Thank you very much, it worked

Is there a way I can save multiple attachments from different emails to one Google Drive?

Yeah, the list module will give you all the attachments in the email. If you follow it with a module to upload the attachment, that one will run once for each attachment that the list module returned.

Yeah I understand that. I meant, if the attachments are coming from 5 different emails, how will I save them to my drive

Then the watch module will give you a separate bundle for each email found. And the list module will execute for each bundle listing its attachments.

Oh okay, I’ll try that