You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
Using this method, requests will send a multipart/form-data.
EDIT: temporary I had to create a own method by using pycurl (which works), since using requests (from this API) and param files (added to the post method), the response status is 500.
Y si, que podemos esperar de la gente que abusa de su "poder" en este país de cuarta. Y Mercado Libre no se queda atrás, haciendo la vida imposible tanto a vendedores como a compradores. No podemos esperar mucho tampoco de quién mantiene esta API que realiza cambios absolutos inclusive sin notificar/documentar absolutamente nada, un soldadito más en la fila.
Y encima se creen que son impunes. Un día se les vá a acabar el chorro...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since this API SDK is using requests, I think would be better to post files as requests way: http://docs.python-requests.org/en/master/user/quickstart/#post-a-multipart-encoded-file
Using this method, requests will send a multipart/form-data.
EDIT: temporary I had to create a own method by using pycurl (which works), since using requests (from this API) and param files (added to the post method), the response status is 500.
The code for pycurl: https://stackoverflow.com/a/53547438/6696269
The text was updated successfully, but these errors were encountered: