I made simple YouTube uploader from this tutorial:
https://www.codexworld.com/upload-video-to-youtube-using-php/
After few uploaded videos I'm getting:
{
"error": {
"errors": [
{
"domain": "youtube.quota",
"reason": "quotaExceeded",
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e."
}
],
"code": 403,
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e."
}
}
What is wrong?
I tried to use this script:
https://codecanyon.net/item/youploader-url-to-youtube-video-uploader/22591259
And its works fine...