youtube analytics api error 403, accessNotConfigur

2019-09-20 19:09发布

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.

标签: youtube-api
2条回答
劳资没心,怎么记你
2楼-- · 2019-09-20 19:47

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.

查看更多
We Are One
3楼-- · 2019-09-20 19:49

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

查看更多
登录 后发表回答