Posts by Rafael Frota • 1 point
2 posts
-
-1
votes0
answers15
viewsQ: error 403 Forbidden free market
I am trying to register a product on the platform following the ML API documentation, using the Python requests library, I did all the procedure that is in the documentation, but the server responds…
-
-1
votes0
answers11
viewsQ: How to make a url redirect in flask outside of @app.route
I’m trying to consume a free market api using Python along with flask, to be able to use this API, I need to generate a token and to generate a token, I need a client authorization code, ie, will…