YouTube Data API returns “Access Not Configured” error, although it is enabled

前端 未结 4 1229
甜味超标
甜味超标 2021-02-20 05:18

My internally used web solution to retrieve YouTube video statistics that is based on this example (https://developers.google.com/youtube/v3/quickstart/js) now fails to work. No

4条回答
  •  渐次进展
    2021-02-20 05:44

    What seems to have done it for me after a lot of fiddling was to:

    1. Go to the OAuth consent screen of the project.
    2. Enter an Application name.
    3. Press Save.

    Lo and behold, after 5 minutes it started working.

提交回复
热议问题