There's always certain features in feeds that are not ready for primetime, not fully functioning or just there for internal purposes. They are not documented on purpose and hence also not supported in any of the client libraries. They can also not be relied on to continue to exist in their current raw form and don't fall under the cover of the guaranteed support that applies to officially documented features.
On Fri, Feb 26, 2010 at 4:53 AM, AC <[email protected]> wrote: > 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]<google-picasa-data-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-picasa-data-api?hl=en. > > -- 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.
