I've had this photo gallery running for a few years and have not touched
the code in a while. All of a sudden it started returning photos that were
not mine when you search by tag. Could someone from Google please take a
look? Thanks!
When I paste the URL used to build the Query into the browser, the correct
results are returned.
Here is the Java code I am using, which is very simple. Thanks for any
help or advice! My user ID is in the query, so I don't understand how it
could be returning photos from someone else.
String searchURL =
"https://picasaweb.google.com/data/feed/api/user/118157739053519600454?kind=photo&tag=Tajh+Boyd&start-index=1&max-results=12"
Query query = new Query(new URL(searchURL));
AlbumFeed searchResultsFeed = picasaService.query(query,
AlbumFeed.class);
The incorrect photos come from searchResultsFeed.getPhotoEntries()
These are the properties I am getting from each PhotoEntry:
albumId, gphotoId, mediaThumbnails[1].url, which are all incorrect and not
mine.
--
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-picasa-data-api.
For more options, visit https://groups.google.com/d/optout.