I am having troubles uploading an image to Etsy through my Ruby on Rails app.
Following the Etsy API and the Etsy gem, I send a post request to /listings/#{listing_id}/images
. The params are:
{:require_secure=>true,
:image=>#<File:/tmp/RackMultipart20150928-12064-1ctbfdu.jpg>, :type=>"image/jpg",
:multipart=>true,
:listing_id=>249197834}
However, I get this error:
'The image array metadata doesn't look like a _FILES array'