Python web service request error from file or either postman
# extracting data from postman contentJson = request.get_json(force=True) image = contentJson # extracting data from local python file # image = {'content': request.form['content']} I have to forcefully convert the json image content into json for postman for request from python file, normal
Comments
Post a Comment