How to transfer image URL's into Bubble/Box

Dear Bubblers,

I am in the process of migrating all my legacy data from my old CRM into my new Bubble app :slight_smile: Can anyone tell me how I can deal with my images… I have an excel with 5000 AWS S3 (not bubble’s) URL’s in it. How can I get them off their existing server and into Bubble/Box?

Many thanks.

Are you trying to actually download them and have them stored on bubble’s servers instead of your AWS server?

Run a recursive workflow on your list of items and use the ‘save to s3’ function provided by Bubble. This will upload the files to bubbles server.

2 Likes

I will give this a try. The urls are all on a spreadsheet, all are urls to images held in a third-party AWS bucket. If I type the url into my browser I see the image. If I therefore add the spreadsheet to Bubble as a ‘Thing’ on my database and then run a recursive workflow using ‘save to s3’, you think it’ll grab the file and add it my bubble s3?