I am using cron job to upload videos from server to youtube channel.
i am getting this error
Caught Google service Exception 400 message is
{
"error": {
"errors": [
{
"domain": "youtube.video",
"reason": "uploadLimitExceeded",
"message": "The user has exceeded the number of videos they may upload."
}
],
"code": 400,
"message": "The user has exceeded the number of videos they may upload."
}
}
in google console it is showing quota as 20,871 / 50,000,000
i have quota , but videos are not uploading.
one video is uploading per 15 min. i have to upload 200 videos to my account, but this rate it takes some days to upload.
anyone have solutions for this?