Magento 2.2 – Import Product Images from CSV Error

magento2

I am getting an error while importing CSV in Magento 2.2:

"Imported resource (image) could not be downloaded from external resource due to timeout or access permissions in row(s): 4".

I tried all the solutions and also checked the folder permission (755). All the images are uploaded in /pub/media/import folder and in the CSV.

I just mention the name of the images.

Best Answer

The error is saying that the image file referenced in row 5 (it says row 4, but that is the last successful imported row before the error) is missing or the spelling is incorrect. The import process cannot find the image at that location. If you remove the image name referenced in row 5, save, and then rerun the import, you should see several more rows imported until the next missing named file.

Related Topic