Import photo from Dropbox to Wix Store

I store all my products’ photo in my Dropbox.

When I imported my product database in csv format based on the instruction from Wix. I added the shared link of product photo from Dropbox under “productimageUrl” column. (see below)

Wix indicated that the CSV file is imported successfully; however, the image for the product didn’t appear. Where did I do wrong?

Please help!!

#Dropbox #ImportPhoto #WixStore #csvFile

The field only contains the URL of the image. If you set the src property of an Image component , the image will then be displayed on the page.

Regarding DROPBOX links, as I understand, the URL comes with a last bit of information which means:
dl=0 (will present a preview page of the image)
dl=1 (will start downloading the image)
raw=1 (will retrieve just the image)
So when importing a CSV in the Wix Store replace the “dl=0” by “raw=1” and it will work

1 Like

Hi all,

Looking to do just that and that piece of information (?raw=1) was very helpful. Now I’m trying to make a lot of pictures accessible but so far I can only select them one by one in dropbox to “share” them and get the url. Isn’t there a better way to do this ? We have a lot of products :slight_smile: All the photos are being edited and saved on dropbox by our graphic designer…

Thanks for your help

THANK YOU SO MUCH! This solved my problem.