Youtube API v3 shows “Access Not Configured”

后端 未结 7 1405
情歌与酒
情歌与酒 2020-12-20 11:57

I created a Google application in the developers console, turned on \"YouTube Data API v3\", generated the server API key, and authorized my home and work IPs.

My we

相关标签:
7条回答
  • 2020-12-20 12:36

    Oooook...

    Do all you have to with the API activations before you generate any keys!

    Unactivating or reactivating API (like "Youtube Data") silently destroys your key validity. At least for the server one.

    So the solution is, when you get the same error as me:

    • destroy your server key (delete it completely, do not only regenerate)
    • deactivate then reactivate all APIs you need
    • create a new server key
    • thank Google for the so clear error messages (optional)
    0 讨论(0)
提交回复
热议问题