[PWA API] Re: Getting unlisted albums with authkey

2008-09-24 Thread Ryan K
Hi, I'm totally baffled by this. As I have mentioned before, I want to be able to have unlisted google albums and have them being viewed on my website without logging in. Using what I have gleaned from this thread and various places on the internet, I have managed to get it to present a link to

[PWA API] Re: How do I fetch featured photos ?

2008-09-24 Thread ruslanv
That was fast ! Thanks !! On Sep 19, 2:01 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > We added a new feed for these: > > http://picasaweb.google.com/data/feed/api/featured > > The documentation should get updated in an hour or so. :) > > Cheers, > -Jeff > > On Sep 18, 5:23 pm,

[PWA API] Re: Speed issue / Caching possibilities

2008-09-24 Thread Gummbahla
Thanx Jeff, i filed a bug about this issue: http://code.google.com/p/gdata-issues/issues/detail?id=799 On 24 sep, 23:54, "Jeff Fisher (Google)" <[EMAIL PROTECTED]> wrote: > Wow, that's pretty terrible latency. You should file a bug about that: > > http://code.google.com/p/gdata-issues/issues/li

[PWA API] Re: Speed issue / Caching possibilities

2008-09-24 Thread Jeff Fisher (Google)
Wow, that's pretty terrible latency. You should file a bug about that: http://code.google.com/p/gdata-issues/issues/list Use the element of the feed to determine if the feed has changed since you cached a copy. Cheers, -Jeff On Sep 24, 1:03 pm, Gummbahla <[EMAIL PROTECTED]> wrote: > I'm cur

[PWA API] Speed issue / Caching possibilities

2008-09-24 Thread Gummbahla
I'm currently working on a project in which i'm using the Picasa Web Albums PHP API. Although everything works fine, i was wondering why it takes such a long time for requests to be completed. In my little test, i'm first connecting to Google through the API. Then i'm retreiving all user albums fr

[PWA API] Re: Get request/response from Java Gdata feed

2008-09-24 Thread Jeff Fisher (Google)
Hi, It's not really an easy task to get back the XML out of the Java client library. You don't want the XmlBlob() method though, that's for markup that wasn't parsed by the class model. I believe the ExtensionProfile is declared through some crazy reflection stuff. It would probably be better if

[PWA API] Re: Get request/response from Java Gdata feed

2008-09-24 Thread Bosko
Ok, similar question... I still have this piece of code: PicasawebService pService = new PicasawebService("Picasa servicetest"); GphotoFeed gPhotoFeed = pService.getFeed(feedUrl, GphotoFeed.class); List returnList = gPhotoFeed.getEntries(PhotoEntry.class); and I'd like to save gPhotoFeed xml res

[PWA API] Re: VersionConflictException: Conflict

2008-09-24 Thread Pratik Goswami
Thanks Bro...This error i solved after posting this thread... But thanks a lot to helping... :) On Sep 23, 9:13 pm, Sven <[EMAIL PROTECTED]> wrote: > Change > > insertedEntry.update(); > > to > > insertdEntry = insertedEntry.update(); > > And you should be good to go. Updating changes the versio