youtube / yt-direct-lite-android

The code is a reference implementation for an Android OS application that captures video, uploads it to YouTube, and submits the video to a YouTube Direct Lite instance.
276 stars 157 forks source link

Access Not configured #4

Closed dgandhi17 closed 9 years ago

dgandhi17 commented 10 years ago

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

guicunha commented 10 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?

ulukaya commented 10 years ago

Update README.

guicunha commented 10 years ago

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.