如何通过 Java、Python、PHP 和 Go 在 Google App Engine 中检索任何 API 键

How to retrieve any API Key in Google App Engine by Java, Python, PHP, and Go

我正在使用 GAE 构建应用程序。我已经启用了一些 API,并在我需要放置的凭据菜单上获取了密钥,这样我的应用程序就可以在私有或 public 访问权限下工作。

Java、Python、PHP 和 Go 中是否有任何方法或函数或库来检索这些键并将其存储在变量中?我在 GAE Documentation or General Question.

中找不到这个

对此没有硬性规定。我会读这些

GAE: best practices for storing secret keys? 阅读两个答案,而不仅仅是已接受的答案。

Client Secrets File

Best practices for securely using API keys

要进行真正的 OAuth,我会推荐 decorators