This topic was automatically generated from Slack. You can find the original thread here.
Morning. Trying to connect Raindrop to Google Photos when I add a new image to a certain category it adds the image to my Google Photos album. I’m stuck at this step, confused by what a Media Item ID is. I’d expect more of a “file to upload” prompt.
It seems like I need to:
• Download the file to /tmp
• Upload the file to Google Photos
• Then add the uploaded media item via its ID to the gallery. Does that sound right? If so I’m having trouble with the download step.
Would someone know the right snippet to use to download steps.trigger.event.file.name ?
I think the problem in my case is Pipedream having the access to download the image so I can upload it to file-store. The only link Raindrop knows to give me for all images from, say, Midjourney is in this format: https://cdn.midjourney.com/79b83438-e6bb-4e13-b4bd-a43346db1cd7/0_0.webp and
I think downloading images prior to uploading to Raindrop would work since it would force files to save to their CDN, but that’s an annoying extra step
Yeah, it must be something to that effect. I think I’ll just modify my workflow to “Download → Raindrop”. Not too bad since I can upload in batches. It works!