Google Compute Engine API密钥

时间:2014-11-16 09:44:38

标签: google-compute-engine

我想访问 Google Compute Engine Instances ,然后我激活 Google Compute Engine API ,但是如何在服务器密钥之间检索API密钥和浏览器密钥,我应该创建哪一个?

2 个答案:

答案 0 :(得分:1)

如果您要using OAuth进行身份验证,则可以使用不同类型的凭据,例如Web服务器应用程序,已安装的应用程序,客户端应用程序等。您需要找出哪一个你需要。 在开发人员控制台中,您可以create the credentials进行操作。在提供的链接中,您可以找到更多信息。

答案 1 :(得分:0)

在向Google API验证您的项目时,有多种方法,您可以在下面的第[1]页中找到详细信息。使用UI登录计算引擎实例将使用第三种方法“服务帐户密钥”,您无需执行任何操作,因为默认情况下它将使用您的计算引擎默认服务帐户。

[1] https://cloud.google.com/docs/authentication/api-keys#creating_an_api_key