iKlotho / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
1 stars 0 forks source link

no video upload with a keyword of only 1 character #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when you upload a video that contains a keyword of only 1 character, no video 
upload fails.

Many Thanks for the software, 

Original issue reported on code.google.com by danielpz...@gmail.com on 13 Mar 2014 at 1:00

GoogleCodeExporter commented 9 years ago
even uploading a video via web, I can not add a keyword that contains a single 
character, in this case I think you should update the software to ignore if a 
keyword aggregate contains only 1 character.

Original comment by vegeta77...@gmail.com on 13 Mar 2014 at 2:52

GoogleCodeExporter commented 9 years ago
Yes, it's a validation from the API:

<error><domain>yt:validation</domain><code>too_short</code><location 
type='xpath'>media:group/media:keywords/text()</location></error>

@vegeta: I'd prefer not to add client-side validations since any change in 
server-side validation (which, btw, are not documenteds) forces us to change 
the app. I think it's ok this way, you get an error and act accordingly.

Original comment by tokland on 13 Mar 2014 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 13 May 2014 at 8:32