【发布时间】:2014-04-01 18:45:59
【问题描述】:
我正在尝试使用Google Picker API。但我无法找到开发者密钥。
我已经创建了我的项目并设置了 OAuth。我有以下几点:-
Client ID 123xyz.apps.googleusercontent.com
Email address 987abc@developer.gserviceaccount.com
Client secret 1234-56789
但是,Google Picker 脚本需要以下内容:-
// The API developer key obtained from the Google Developers Console.
var developerKey = '';
// The Client ID obtained from the Google Developers Console.
var clientId = '987abc@developer.gserviceaccount.com';
谁能告诉我在哪里可以找到我的开发者密钥?
我浏览了我的开发者控制台,但在任何地方都找不到!
提前感谢您的帮助。
【问题讨论】:
标签: google-api