I am trying to use the Google Picker API. But i am having trouble locating the Developer Key.
I have created my project and set up OAuth. i Have the following:-
Client ID 123xyz.apps.googleusercontent.com
Email address 987abc@developer.gserviceaccount.com
Client secret 1234-56789
However the Google Picker script requires the following:-
// 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';
Could someone please tell me where i can find my Developer Key?
I have looked all through my Developer Console but cannot find it anywhere!!
Thanks in advance for your help.