You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
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.