【发布时间】:2019-01-18 19:52:54
【问题描述】:
我在 AppEngine Python3.7 标准中启动了新应用。
我正在尝试使用以下 sn-p 获取凭据,但它失败了。
任何人都能在 GAE 标准 Python37 中获得 credentials 吗?
输入:
from google.auth import app_engine
credentials = app_engine.Credentials()
输出:
The App Engine APIs are not available
【问题讨论】:
-
Dan,GAE 标准现已推出 Python 3.7!
-
@GAEfan - 好的,很高兴知道:)
-
@snakecharmerb 我正在尝试从 GAE py37 访问谷歌云构建 API
标签: python google-app-engine google-cloud-platform