Upload a Listing Image on Etsy

Hey all,
Does anyone know how to pass an image data into the file parameter in Make.com? It appears passing Image URL isn’t working, complaining for “Invalid image upload”.

Welcome to the Make community!

Use the HTTP “Get a File” module with the file URL that you need to download. This assumes that the URL is public and doesn’t require login.

Screenshot_2024-02-08_080255

If you have an array of multiple file URLs, you can use an Iterator module to send each URL individually to the “Get a file” module.

3 Likes

Amazing! It worked. Thank you for the swift response.

No problem, glad I could help!

2 Likes