I try to make upload script on youtube channel by this sample code https://developers.google.com/youtube/v3/guides/uploading_a_video
But after 50 video upload script get 403 error
Uploading file...
An HTTP error 403 occurred:
{
"error": {
"errors": [
{
"domain": "youtube.common",
"reason": "forbidden",
"message": "Access forbidden. The request may not be properly authorized."
}
],
"code": 403,
"message": "Access forbidden. The request may not be properly authorized."
}
}
What happens? My channel quota is about 300000 units!