Magento – Importing produtcs with images from .csv file error

import-productsmagento-2.1product-images

When I try to import a .csv file with products and images I got this error:

Imported resource (image) could not be downloaded from external 
resource due to timeout or access permissions

In the .csv file the image is stored without '/' for example : image.png
Before using the import function I've uploaded the image in pub/media/import
I've also tried to log the error in the exception.log file and it says pub/media/import/a/g/agricolture.png not found or has read restriction.
Why a/g if in the .csv Have I only the filename?

The image has 755 permission.

Best Answer

After selecting the file to import, enter the relative path following Images File Directory:

/pub/media/import

For more info: http://docs.magento.com/m2/ce/user_guide/system/data-import-product-images.html

Related Topic