YouTubeRequest request = new YouTubeRequest(settings);
Uri videoEntryUrl = new Uri("http://gdata.youtube.com/
feeds/api/videos/" + videoID);
Video video = request.Retrieve<Video>(videoEntryUrl);
request.Delete<Video>(video);
Getting a null reference on the request.Delete line. Neither request
nor video are null. I haven't downloaded debug binaries for this build
to see what other variable could be null, but am wondering if
something else could be doing on. (Yes, I'm the owner of this video.)
FYI. I'm using build 1.9.0.0 of the Google Data API
Thanks!
Joe
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
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