Thursday, January 5, 2012

[YouTube-API] Video not returned by API

Hi,

I'm puzzled as to why the video with ID eCeGWtEEjMo is not being returned by the Youtube API. Here is the JSON I get back from http://gdata.youtube.com/feeds/api/videos?v=2&alt=jsonc&q=eCeGWtEEjMo:

{
 'apiVersion': '2.1',
 'data': {
   'updated': '2012-01-05T18:16:38.511Z',
   'startIndex': 1,
   'itemsPerPage': 25
 }
}

The only thing that looks off to me is when I search for the user ID of the user who uploaded that video (http://gdata.youtube.com/feeds/api/users/Derek22109/uploads?v=2&alt=jsonc), it returns the following as part of the JSON. Any thoughts?
'status': {
         'incompleteMetadata': true
       },

--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/youtube-api-gdata/-/tpJY3ROAyq0J.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment