Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to execute the java sample code for pulling YouTubeAnalyticsReports.

https://developers.google.com/youtube/analytics/v1/code_samples/java

I get com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden { "code" : 403, "errors" : [ { "domain" : "usageLimits", "message" : "Access Not Configured", "reason" : "accessNotConfigured" } ],

I have configured the access for Services-YouTube Analytics API.

When the ran for the first time, a browser came up and I had to give permission for the application to access the data. I have been getting the 403 error after that. I have checked the quota and I have hardly used any.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
259 views
Welcome To Ask or Share your Answers For Others

1 Answer

My fault, I did not have the access turned on for the DataAPI. I was under the impression that I needed only the AnalyticsAPI


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...