codersid / vidnik

Automatically exported from code.google.com/p/vidnik
0 stars 0 forks source link

Fields don't check for API limitations #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter more than 120 characters in the Tags field
2. Try to post the video with the excessive content
3. See cryptic failure (400 error?) from Google

The application should adhere to the limitations in the YouTube API and
prevent users from inputting (or at least from trying to post with) too
much data.

Vidnik 0.13.0; Mac OS X 10.5.5

Original issue reported on code.google.com by yrojj...@gmail.com on 25 Feb 2009 at 6:29

GoogleCodeExporter commented 8 years ago
Fixed in the source code. I still need to thoroughly test before updating 
everyone. I went through the YouTube 
GData documentation, and wrote validation code for all the limits I found 
there: title, keywords, description.

Original comment by DavidPhi...@gmail.com on 15 Mar 2009 at 6:03