2 messages in com.googlegroups.youtube-api-gdataRe: Duplicate login
FromSent OnAttachments
SomKor13 Sep 2007 12:32 
YouTube API Guide14 Sep 2007 11:40 
Subject:Re: Duplicate login
From:YouTube API Guide (yout@youtube.com)
Date:09/14/2007 11:40:24 AM
List:com.googlegroups.youtube-api-gdata

H SomKor,

The user upload feed should pick up all videos, even ones you uploaded after linking accounts. There has been some issues of index freshness on the site for the past few days, so there may have been unusually long delays for the videos to show up. Are you still seeing the problem?

Thanks,

Steph

On Sep 13, 12:33 pm, SomKor <ssko@gmail.com> wrote:

Hi,

Sometime ago I have created YouTube account and posted one video for testing purpose. After some time I logged in using google account, from that time onwards I have been logging in using google account and posting all my videos with this account.

Now the problem is that Im trying to get vides list using following script it gives me only video posted in YouTube account not through google account. Since both account user ids are same it gets YouTube account videos.

Anyone could you pls let me know how can i access videos through google account.

Important note: Both YouTube account and through google account user ids are same.

<script type="text/javascript" src="http://gdata.youtube.com/feeds/ users/xyzabc/uploads?alt=json-in-script&callback=video"> </script>

Thanks