android - Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup -



android - Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup -

i trying fetch video details using youtube info api v3 in android app. getting next error though using api key. how can resolve it?

06-19 17:50:58.280: e/there service error:(16968): com.google.api.client.googleapis.json.googlejsonresponseexception: 403 forbidden 06-19 17:50:58.280: e/there service error:(16968): { 06-19 17:50:58.280: e/there service error:(16968): "code" : 403, 06-19 17:50:58.280: e/there service error:(16968): "errors" : [ { 06-19 17:50:58.280: e/there service error:(16968): "domain" : "usagelimits", 06-19 17:50:58.280: e/there service error:(16968): "message" : "daily limit unauthenticated utilize exceeded. continued utilize requires signup.", 06-19 17:50:58.280: e/there service error:(16968): "reason" : "dailylimitexceededunreg", 06-19 17:50:58.280: e/there service error:(16968): "extendedhelp" : "https://code.google.com/apis/console" 06-19 17:50:58.280: e/there service error:(16968): } ], 06-19 17:50:58.280: e/there service error:(16968): "message" : "daily limit unauthenticated utilize exceeded. continued utilize requires signup." 06-19 17:50:58.280: e/there service error:(16968): }

try set api key on query. may resolve problem. ex:

youtube.videos.list listvideosrequest = youtube.videos().list("snippet").setid(videoid); listvideosrequest.setkey(apikey); videolistresponse listresponse = listvideosrequest.execute();

android youtube-api youtube-data-api

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -