- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024
02:48 AM
06-25-2024
02:48 AM
Magento 2 - CSV Import Error: Imported resource (image) could not be downloaded
Issue
When importing products using a CSV file in Magento 2, I'm encountering the following error:"Imported resource (image: HotBeverages_01_Latte.png) at row 0 could not be downloaded from external resource due to timeout or access permissions in row(s): 1"I have uploaded the image files to the var/import/images directory, and the images are defined in the csv.
Steps Taken
- Verified that the image file "HotBeverages_01_Latte.png" is present in the var/import/images directory.
- Confirmed that the image file path in the CSV is correct and relative to the Magento root directory (e.g., var/import/images/HotBeverages_01_Latte.png).
- Verified that the Magento server has the necessary network access to download the image file if it's hosted on an external server.
Expected Behavior
The product import process should be able to successfully download the image file and associate it with the product.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024
12:47 PM
06-26-2024
12:47 PM
Re: Magento 2 - CSV Import Error: Imported resource (image) could not be downloaded
Magentos CSV Import is crooked since Magento 1
I usually use the API for importing products in bulk.
Magento Certified Developer - Deutsch, nederlands, english - 10+ years of Experience
www.vndl.me
www.vndl.me
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024
11:51 PM
06-27-2024
11:51 PM
Re: Magento 2 - CSV Import Error: Imported resource (image) could not be downloaded
I got the solution I have uploaded the .jpg file instead of .png file then that error get disappear .
php bin/magento catalog:images:resize