1
我正在嘗試使用Google Picker API。但是我無法找到開發者密鑰。Google Picker API developerkey
我已經創建了我的項目並設置了OAuth。我有以下幾點: -
Client ID 123xyz.apps.googleusercontent.com
Email address [email protected]
Client secret 1234-56789
然而,谷歌選擇器腳本需要以下條件: -
// The API developer key obtained from the Google Developers Console.
var developerKey = '';
// The Client ID obtained from the Google Developers Console.
var clientId = '[email protected]';
可能有人請告訴我在哪裏可以找到我的開發人員密鑰?
我看過所有通過我的開發者控制檯,但無法找到任何地方!
在此先感謝您的幫助。
謝謝!它位於標記爲「API密鑰」的「Public API access」部分的「my-project-> Apis&auth-> Credentials」下。歡呼,Xenocideae! – user184604