youtube analytics api error 403, accessNotConfigur

2019-09-20 18:56发布

问题:

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.

回答1:

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



回答2:

You haven't enabled YouTube Analytics API v3 and Data API v3 in your devconsole. Once you enable and wait for 15 minutes, it should work.



标签: youtube-api