I’m hoping to be able to have all .jpg attachments sent straight to Dropbox via ifttt.
Lots of recipes out there that would appear to do exactly this for all gmail attachments. These work for every kind of attachment except images. :dubious: Could be my google skills are out to lunch, but searching for this gets me lots of ways to send images to gmail… and numerous recipes that apparently have the same behavior.
I can see that gmail does handle images a bit differently (displaying them in the body of the email) so wonder if going after attachments is the right logic to use with ifttt.
But if not that, what does work? Can there really be no way to do this?
Well, one thing you can do is build or use a Google Script that looks at your gmail account every five minutes and takes in jpg, png files and moves them to Google Drive. From there, you could use IFTTT or Zapier to move them to DropBox.
Here’s a guythat wrote a script, but to filter on the attachment type you’d have to buy either modify the script yourself by specifying the extension or buy his premium version.
An easier method might be to use a free Chrome Plug-Inthat will let you move images to Google Drive via automation rules. Actually with the plug-in it looks like you can move them directly to DropBox as well.
Thanks, aaelghat! The script is working out perfectly. I’m fine with all attachments getting picked up (and it does seem that in the current version you can limit by file type), but so long as it doesn’t exclude jpg’s I’m getting what I need here.