Server Error When Uploading Image to Etsy API #1283
Replies: 4 comments 1 reply
-
Are you using Node fetch? If so, don't set "multipart/form-data" body schema in the header (don't set any body schema type), let the server figure it out. Otherwise will probably need to post more information about your request to get community assistance. |
Beta Was this translation helpful? Give feedback.
-
Your image, although it says is a PNG, is a WEBP image. Change the extension to .webp, and it will not trigger the internal server error. That said, it does not look like WEBP is supported by Etsy. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
You should consider giving credit to the folks (or person) who help your issue. We're volunteer our time to help. |
Beta Was this translation helpful? Give feedback.
-
I encountered an issue while attempting to upload an image to the following API endpoint:
https://openapi.etsy.com/v3/application/shops/{shop_id}/listings/{listing_id}/images
The image I am using is:
However, I am receiving the following response:
{ "error": "Server Error" }
Could anyone help identify the cause of this error or provide guidance on how to resolve it? Thank you in advance for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions