Google App Engine swagger.json中缺少授权按钮

时间:2019-01-04 05:11:11

标签: google-app-engine flask-restplus

我有一个烧瓶restplus api,它生成了醒目的文档。

当我在本地运行该应用程序时,我可以在敏捷的用户界面中看到“授权”按钮

Localhost具有“授权”按钮 enter image description here

但是当我在Google App Engine上部署相同的应用程序时,授权按钮会丢失。

Google App Engine部署中没有“授权”按钮。 enter image description here

我不确定为什么Google App Engine部署中缺少授权按钮。

1 个答案:

答案 0 :(得分:1)

我在本地主机和Google App引擎上使用了不同版本的flask-restpplus。在增加了App Engine部署以使用最新版本的flask restplus之后,我可以看到授权按钮