I want to use the Picasa Web Albums API to create "protected" albums and manage (add / delete) users who have access to those albums using the API. Users have to login to view protected albums - same as the "Sign-in required to view" setting for an album when using the browser.
I am able to create protected albums using the API but am not able to get or set a list of users who have access to it. I have tried AlbumEntry.getContributors() method but it returns an empty List. Since the user has to login to view the album, it does not matter if Picasa sends an email to the users who have access to the album. If this feature is not yet available in the API, I was wondering how other people are developing applications with protected albums. In other words what is the use of creating protected albums if I cannot share it with people. -- 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.
