1

I just need to import all product images from external url , can i able to do this using default functionality in magento 2.

If yes, how can i use this product images external url during import csv file in magento ? is there any setting , please share your if anyone have idea

asked Mar 5, 2018 at 7:33
2
  • same problem, I put the http address of the google logo, in base_image and tumbnail_image, and small_image, and I have the following error : Imported resource (image) could not be downloaded from external resource due to timeout or access permissions Commented Aug 3, 2019 at 18:54
  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review Commented Aug 4, 2019 at 9:36

1 Answer 1

2

OOTB Magento provides this feature so you don't need to do anything for this. For this, You can just pass your Image URL (base_image, small_image, thumbnail_image, or additional_images)

http://example.com/images/image.jpg

Source(Method 2): DevDocs

answered Mar 5, 2018 at 7:47
9
  • i getting below error while entering external url : Imported resource (image) could not be downloaded from external resource due to timeout or access permissions in row(s): 1 Commented Mar 5, 2018 at 7:54
  • please check the image is accessible or not or try to assign first sample image like google logo google.co.in/images/branding/googlelogo/1x/… Commented Mar 5, 2018 at 7:57
  • Yes Its accessible using execute direct file url. Commented Mar 5, 2018 at 7:57
  • Is it need to add any path into Images File Directory field while import csv Commented Mar 5, 2018 at 7:58
  • no, you don't need images file directory. or please try the image with another domain (some sample image to just confirm if domain problem or not) Commented Mar 5, 2018 at 7:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.