android - Api key required when uploading video via resumable upload for youtube data v3 -
i writing android app uploads videos user's youtube account. using account manager obtain authtoken youtubeupload scope , use resumable upload session upload content onto user account. here despite providing authtoken , app denied access or quota limit exceeded error messages see when upload done.
however when api key part of request (in addition authtoken) upload works fine.
since user authenticated auth token, , no google api's used, don't understand need api key in usecase.
this url works me
kindly clarify.
i think missing simple api access on dev console. create 1 [sha1].
key android apps (with certificates) api key:
xxxxxxxxxxxxxxxxxxx android apps:
xx:xx:xx:xx:xx:xx:xx:xx:xx ; com.android.example [sha1 ; package name]
you need 1 installed application android if still want use api key.
Comments
Post a Comment