I am using Java gdata version 1.40.3 and I am having the following
problems:


A) I can get AclFeed using the URL
http://picasaweb.google.com/data/feed/api/user/default/albumid/123456/acl
but the AclEntry objects returned by this feed always return null for
AclEntry.getScope() and AclEntry.getRole(). Information about scope
and roles is hidden away in AclEntry.getXmlBlob().

B) PhotoEntry objects returned by AlbumFeed (retrieved using URL
http://picasaweb.google.com/data/feed/api/user/default/albumid/123456)
always return null for PhotoEntry.getViewCount() and
PhotoEntry.getTotalStars(). The view count can be retrieved by making
additional calls (one for each photo - see below) which is quite time
consuming but there is no way to get TotalStars.

C) Since the PhotoEntry objects returned by AlbumFeed do not contain
"ViewCount", I have to get PhotoFeed for each and every photo to get
that information. If that were not bad enough, the ViewCount is hidden
away in PhotoFeed.getXmlBlob() and the PhotoFeed.getViewCount() always
returns null.

In short is there an easier way to get AclScope, AclRole and
GphotoViewCount objects and is there ANY way to get GphotoStarred
object.

-- 
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.

Reply via email to