File not found. Check that file can be found at your URL

Hello,
We are encountering weird issue with some API endpoint. For the article endpoint, we are receiving this error “Image upload failed” when we try to push a featured image to update an article. The URL of the image exists in Files in Shopify. Working fine when using URL from other source (google).

{
  base: [
    'Image upload failed. Image IMAGE_URL to download. - file not found. Check that file can be found at your URL.'
  ]
}

Hey,

Got the same via CSV imports for product uploads. Glad that I am not alone… something seems to be buggy.

Hey, did you guys figure out the issue? I am facing the same problem :face_with_crossed_out_eyes:

check the image urls as on the file, most likely it starts with "http://" replace it with "https://", this was the issue in my case