获取Google Picker API的开发人员Api密钥

时间:2018-08-02 17:27:24

标签: javascript google-api google-picker

我正在尝试在Google开发人员控制台中找到我的开发人员api密钥。在下面的示例摘录中,将其称为开发人员密钥和浏览器密钥。有人可以帮我吗?

 // The Browser API key obtained from the Google API Console.
 // Replace with your own Browser API key, or your own key.
 var developerKey = 'xxxxxxxYYYYYYYY-12345678';

2 个答案:

答案 0 :(得分:0)

您需要在Google上注册,他们会为您提供API密钥。您必须注册一个项目以及所有其他内容,然后才能在其中获取密钥。从这里开始:https://console.developers.google.com/flows/enableapi?apiid=picker&credential=client_key&pli=1

答案 1 :(得分:0)

  • 转到Google developer console左侧底部的凭据上

  • 单击顶部的蓝色按钮创建凭据

  • 选择第一个API密钥。

开发者密钥一词是api密钥,它是一个古老的术语,已经使用多年了,我怀疑您正在遵循旧的教程