Closed dgandhi17 closed 9 years ago
I configured API KEY in my app correctly (copy paste dev console), and the same error occur with me too, anyone can help us?
Update README.
I do both, i create a new API KEY and put in Auth.java KEY and check my SHA1 programtically and is OK. I renew the key in dev console, after auth google+ and update in code, and nothing again.
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" } ], "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project." }
Getting this issue i have enabled youtube API-3 and google+ api enabled as written in readme note.
can you help me to solve this