This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Description
Hi
I tried working on a command line java application that use gdata-client api.
First, it was working.
Then, I have tried to migrate to a maven library. I have found the right artefact on repo.maven.apache.org / com.google.gdata, core, 1.47.1
The application stops working. The getAlbumEntries function returns null.
I managed to make it working again when I have added the gdata-photos-meta-2.0.jar to the project.
Hope, it can help someone.