This is expected; please see
http://apiblog.youtube.com/2010/02/best-practices-for-avoiding-quota.html
Cheers,
-Jeff Posnick, YouTube API Team
~ YouTube is hiring! ~ http://google.com/jobs/workyoutube ~
On Mar 24, 5:33 am, cremate87 <cremat...@gmail.com> wrote:
> Hello,
> When I add videos to playlist after several insert transaction it
> gives me that error.
> Is it impossible to make too many calls via api ?
>
> On the other hand, can I add bulk videos into an object (X) without
> connecting API then add this X object into playlist?
> Sample code might be look like
> --------------------------------------------------------------------------- -------------
> XObject videoURLS = new XObject();
>
> for(videourl in toomanyvideourls)
> {
> videoURLS.add(videourl);}
>
> /* Below is only section that connect api*/
> getYouTubeAPIService.getMyPlayList().add(videoURLS);
> --------------------------------------------------------------------------- -----------
--
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