natebc Posted September 27, 2015 Share Posted September 27, 2015 Hello, I have been trying to load the CSV file and I notice that the images (from an URL) are not loading. They are from my wholesaler. Here is a copy sample of one: http://unfi.s3.amazonaws.com/styles/ecommerce/s3/026099ccw.jpg?AWSAccessKeyId=AKIAIQ5ZDI6JAL5Q3EYQ&Expires=1731719102&Signature=nwZlAZz64yyEnsEaVzqHodIiMyo%3D Please let me know what I need to do to fix this problem. Thanks Nathan Link to comment Share on other sites More sharing options...
yaniv14 Posted September 27, 2015 Share Posted September 27, 2015 I don't think you will be able to download images from amazon s3 with the csv import without making some code modifications. It's different than simple url to filename inside a folder. If its not too many images then just download the images to a local server and call the image url from there instead. Link to comment Share on other sites More sharing options...
natebc Posted September 27, 2015 Author Share Posted September 27, 2015 Hi yaniv14, I have 5,000 items that have amazon s3. Do you/or any one know how to do this code. I will ask the wholesaler for a copy file of the images. Thanks Nathan Link to comment Share on other sites More sharing options...
yaniv14 Posted September 27, 2015 Share Posted September 27, 2015 I think its something that need to be changed from amazon account holder, like folder header settings to allow download. You can google about it. Link to comment Share on other sites More sharing options...
natebc Posted September 28, 2015 Author Share Posted September 28, 2015 Thanks I will google it. The only thing is, I don't have access to the amazon account it is from the wholesaler.. Nathan Link to comment Share on other sites More sharing options...
Recommended Posts