I am trying to authenticate and upload videos to youtube from my app. Refering to https://developers.google.com/youtube/v3/docs/videos/insert for the same.
However when I try to do run my android app I consistently get the 403 Access Not Configured error message. When attempting to try the api from https://developers.google.com/youtube/v3/docs/videos/insert , the error I see is "code": 403,"message": "Quota Exceeded".
My app is an android app which used the account manager to fetch an auth token from the account manager and use the same for the upload.
Any help is much appreciated.