We are working on an Android App and getting this error:
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden { "code": 403, "errors": [ { "domain": "usageLimits", "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.", "reason": "accessNotConfigured" } ...
I have tried:
Turning on the Calendar API in the console
Filling out the Google Console consent screen
Turning on the JSON API
Deleting the debug.keystore and re-generating the SHA1 key and updating it in Google Console
Re-generating the API Key in Google Console and integrating it into the Android code in the Manifest
Doing a clean build of the Android code
What else can it be?