Authorize button missing in Google App Engine swagger.json
问题 I have a flask restplus api with swagger documentation generated. When I run the application locally, I am able to see the Authorize button in the swagger UI Localhost has Authorize button But when I deploy the same application on Google App Engine, the authorize button goes missing. No Authorize button in the Google App Engine deployment. I am unsure why the authorize button is missing in the Google App Engine deployment. 回答1: I was using different versions of flask-restpplus on localhost