Hi folks, I've just begun experimenting with the Java gdata API for Picasa Web Albums. First steps worked quite fine, but I am not really sure what is the best way to fetch an album(entry) by Id.
When calling the getId() method of an albumentry I get something like http://picasaweb.google.com/data/entry/user/<username>/albumid/<albumid> returned. However, it seems that this Id can't be used (as it is) to retrieve the same album later on. I tried to use the picasawebService.getEntry(entryUrl, entryClass) method, but this does not work out if I wrap the albumId into a URL object. Thus, I would like to ask if there is a way to retrieve some unique identifier of an album object, which can be used later on (as it is without concatenating with another url) to retrieve the same album again. Thanks for your help, andr -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
