Wednesday, March 21, 2012

[YouTube-API] Re: Cannot update Private video .NET

Hello,

Chances are that the videos you're trying to update have incomplete
metadata, perhaps because you never supplied a real title or
description when uploading them. You need to remove the yt:incomplete
tag before making an update to the video, as explained here:

https://developers.google.com/youtube/2.0/reference#youtube_data_api_tag_yt:incomplete

Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev

On Mar 19, 11:31 am, A A <default4data...@gmail.com> wrote:
> Hi,
>
> I'm using the .NET API to update the metadata of videos in my channel. I am
> currently using AuthSub login.
>
> I am able to update public videos in my channel... the problem comes when I
> try to update the metadata for videos that are private in my channel; I get
> the following GDataRequestException with the message:
>
> ResponseString "<?xml version='1.0'
> encoding='UTF-8'?><errors><error><domain>yt:validation</domain><code>not_su pported</code><location
> type='xpath'>app:control/yt:incomplete</location></error></errors>" string
>
> Has this been done by design in the YouTube API? i.e. are we not supposed
> to be able to update private videos in the channel?
>
> Thanks in advance!!

--
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