abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

YouTube v3 video/upload, setting the snippet fails when non-alphanumeric characters are used #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use YouTube video upload sample code from:
https://developers.google.com/youtube/v3/docs/videos/insert
2. In video description field, put non-alphanumeric characters like '<3'.
3. Upload a sample video.

What is the expected output? What do you see instead?
Expected: 200, successful upload
Got: 400 Bad Request

What version of the product are you using? On what operating system?
Latest (2ba9f0995cf0215c20ebd6de43a14d70af30fea6)

Please provide any additional information below.
http://stackoverflow.com/questions/24075229/youtube-upload-v3-400-bad-request

Original issue reported on code.google.com by janbirsa...@gmail.com on 9 Jun 2014 at 8:58