[appengine-java] Re: Youtube api issues - too many recent calls only on GAE

2010-01-14 Thread Kishore Jaladi
are you > using the YouTube API directly or are you using the Google Data client > library for Java? > > - Jason > > On Mon, Jan 11, 2010 at 6:18 PM, Kishore Jaladi > wrote: > > > Hi, > > We have a small YoutubeAPI mashup App hosted on Google App engine. > >

[appengine-java] Youtube api issues - too many recent calls only on GAE

2010-01-11 Thread Kishore Jaladi
Hi, We have a small YoutubeAPI mashup App hosted on Google App engine. >From last friday; we have been getting yt:quota - too_many_recent_calls error from youtube even though we call once in an hour. We suspected Google App engine; and hosted our war to some hosting provider & it was Rock Solid & w

[appengine-java] Re: How to use picasa upload api on Google App Engine

2009-11-10 Thread Kishore Jaladi
ge in the file system. You'll have to buffer the data > in memory and post to Picasa's API. > > On Sun, Nov 8, 2009 at 10:43 PM, Kishore Jaladi > wrote: > > > > > Hi, > > Is there a way to upload files on local file system to picasa on > > google a

[appengine-java] How to use picasa upload api on Google App Engine

2009-11-09 Thread Kishore Jaladi
Hi, Is there a way to upload files on local file system to picasa on google app Engine? The google app engine cannot read local files. I tried to use GAEVFS (Virtual File system), but I could not figure out how to create MediaFileSource from FileObject. Any help please? - kjaladi --~--~-