youtube-upload
youtube-upload copied to clipboard
“uploadLimitExceeded” returns exit code 0
[RequestError] Server response: { "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." } }
The script returns exit code 0 (all is well) which confuses external scripts.
It may be that the response needs to be parsed until something comes to fruition in https://github.com/google/google-api-python-client/issues/176, if that indeed would solve the problem.