I want to use the Google Maps Geolocation API in an Android application. I followed the instructions and got this error:
httpResponse : {
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
],
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
}
I'm using an Android key for accessing the API but I found in the documentation that :
Click either Create new Browser key or Create new Server key and follow the prompts.
So, can we use the Google Maps Geolocation API with an Android key or do we really need a Browser or Server Key?
Edit: Here is my usage limits.