🔐YouTube API Stuff

This post about YouTube V3 API Information and problems will help you


How to create an API Key

  • Go to Console Cloud and sign in with your account.

  • Then watch the video ‘Creating YouTube V3 API KEY’.

  • Copy the API KEY you created and navigate to this location. wais-club/html/public/Config.json

  • Find the ‘YOUTUBE_API_KEY’ Variable and paste this into it.

{
    "YOUTUBE_API_KEY": "YOUR NEW API-KEY HERE",
    "languages": {
        ...
    }
}

API Errors

  • Invalid API Key => You may have entered the API KEY missing or incorrectly.

  • API Key not found => You will get this error because you have not entered or skipped the config.json file correctly.


Last updated