-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
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
ResumableUpload discards response on 400 Bad Request #421
Comments
bump, I opened this issue 2 years ago. Non-Success error codes are returned by the YouTube API https://developers.google.com/youtube/v3/docs/errors HttpResponseMessage.EnsureSuccessStatusCode() throws a HttpRequestException ResumableUpload.cs calls EnsureSuccessStatusCode The HTTP Response Body can no longer be accessed once the HttpRequestException is thrown. So developers do not have access to the error message that the YouTube API returns. |
Sorry that we didn't get to it until now... we are swamped :( Do you want to create a pull request and attach the change? We are going to have a new release in the next 2 weeks, so you will be able to contribute and solve the issue. |
Closing this issue out as stale. If this is still a problem, please open a new issue with a small repro of the problem. |
Original issue reported on code.google.com by
CableGuy...@gmail.com
on 2 Dec 2013 at 2:53The text was updated successfully, but these errors were encountered: