We’re not exactly sure why your API key is returning the “quota exceeded” error when the Google Developer’s Console is not, but you can remove TubePress entirely from the equation by testing your key directly against YouTube. If you visit this site and enter the following URL into the main input box (leave all the other options alone, and replace the placeholder with your actual API key before clicking “Send”):
https://www.googleapis.com/youtube/v3/playlistItems?playlistId=DnsLfCgdmBNrsyw3zooXCYdnXUOjeSZI&key=ENTER_YOUR_API_KEY_HERE
then you’ll see the response from YouTube. Currently, when we run this test with your API key (i.e. the one saved in the Credentials tab), we’re still seeing the “quota exceeded” error message. We tried one of our API keys temporarily and your galleries worked, so we suggest the following two options:
Update your key restrictions
- Log in to the Google Developer’s Console
- Click the “Credentials” tab on the left navigation bar
- Under “API keys”, select the key you’re currently using with TubePress
- Under “Application restrictions”, ensure that “None” is selected
- Under “API restrictions”, ensure that “Don’t restrict” is selected
- Save your changes and allow at least 5 minutes for them to take effect
Reach out to YouTube to request a quota increase
- You can request a quota increase from the Developer’s Console
- Keep in mind that it can take a week or more for YouTube to respond to these types of requests, but if the “quota exceeded” errors persist this is the best option
Will you let us know how these options work for you?