Reputation: 31
I am trying to get google tasks data using API key.
I have referred below link. http://code.google.com/p/google-api-java-client/source/browse/tasks-v1-json-oauth2-android-sample/src/com/google/api/client/sample/tasks/v1/android/TasksSample.java?repo=samples
In the above link, it is mentioned that get the API key from Google tasks API access. But I do not know exactly how to get this API key through code.
Is API key related google accounts? If it is related to google account, then is it unique for different google accounts? or Is API key related to application (which is used to get tasks data)?
how to get google Tasks API key through code?
Upvotes: 1
Views: 699
Reputation: 21851
Generate the API key from Google API Console. The API key is linked to the Google Account and will be unique to each account.
Upvotes: 1