We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BadRequest
If the title contains ->, it will be rejected with a reason. However, that reason never shows up, instead you see BadRequest on the commandline.
->
The --debug output of the command looks like this - it attempted to upload a video with the title: Google.rs #2 [json-tools -> Using IntoIterator]
--debug
Google.rs #2 [json-tools -> Using IntoIterator]
{ "error": { "errors": [ { "domain": "youtube.video", "reason": "invalidTitle", "message": "Bad Request", "locationType": "other", "location": "body.snippet.title" } ], "code": 400, "message": "Bad Request" } }
The text was updated successfully, but these errors were encountered:
e86e55c
You can watch the development stream on youtube
Sorry, something went wrong.
Byron
No branches or pull requests
If the title contains
->
, it will be rejected with a reason. However, that reason never shows up, instead you seeBadRequest
on the commandline.The
--debug
output of the command looks like this - it attempted to upload a video with the title:Google.rs #2 [json-tools -> Using IntoIterator]
The text was updated successfully, but these errors were encountered: