Open pabcordeiro opened 3 years ago
How do I pass the "content-type" and "file" parameters using the .resource_post method? As in :
curl -X POST -H 'Authorization: Bearer $ACCESS_TOKEN' \ -H 'content-type: multipart/form-data' \ -F 'file=@FILE' \ https://api.mercadolibre.com/pictures/items/upload
In my case I had to create my own function for this, since from the maintainer zero response.
Anyways, this repo is not maintained anymore...
How do I pass the "content-type" and "file" parameters using the .resource_post method? As in :