youtube-api-gdata
[Prev] Thread [Next] | [Prev] Date [Next]
[YouTube-API] Re: YouTube Video Status umesh Tue Jun 23 08:00:41 2009
Ok. Then how can I differentiate that video is rejected or deleted?
I need to get the video's current status.
Additionaly, When I execute
Dim videoEntryUrl As New Uri("http://gdata.youtube.com/feeds/api/
videos/ADos_xW4_J0)" 'which is google's video
Dim video As Video = request.Retrieve(Of Video)(videoEntryUrl)
printVideoEntry(video)
It works well, and when I replace the video's id with my video's id,
it throws error,
Execution of request failed:
http://gdata.youtube.com/feeds/api/videos/_7gPHHE1Xz8
Why it's like this?
How could I get Video Status?
On Jun 22, 6:28 pm, Daniel <[EMAIL PROTECTED]> wrote:
> No status information means that the video is alive and well. We only
> show status information when the video is rejected, deleted etc.
>
> Daniel
>
> On Jun 20, 7:24 am, umesh <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I am trying to fetch video status by printVideoEntry().
>
> > As
> > perhttp://code.google.com/apis/youtube/2.0/developers_guide_dotnet.html#...
>
> > But I always get video.IsDraft as false, and so not able to get
> > video.status, it always remains nothing.
>
> > How could i get the status of video, means, is it live, duplicated,
> > rejected... or what?
>
>
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/youtube-api-gdata?hl=en
-~----------~----~----~----~------~----~------~--~---
- [YouTube-API] YouTube Video Status umesh
- [YouTube-API] Re: YouTube Video Status Daniel
- [YouTube-API] Re: YouTube Video Status umesh <=
- [YouTube-API] Re: YouTube Video Status Jeffrey Posnick
- [YouTube-API] Re: YouTube Video Status Jeffrey Posnick
- [YouTube-API] Re: YouTube Video Status umesh
- [YouTube-API] Re: YouTube Video Status Daniel