Hi Mike, I replied yesterday, but it has not shown up yet, so I'm trying 
again.

Thanks a lot for the reply!  I am not using any authentication as all of my 
photos are set to public.  If you think it might help, I could try 
authenticating.

Some tag searches work fine, but those that don't never work.  The example 
from my first post is one of those.  What you should see for that search is 
photos of football players.

Here are some of the random album and photo Ids I've gotten back:

album=5954627997975015825&photo=6057867742947784386
album=5994944003492662561&photo=6057863749080064802
album=6057857617921817169&photo=6057857644698650818
album=6057854971578481281&photo=6057854977353209506
album=6029143893020291697&photo=6057854837411985138

Thanks for any advice or help.

--Brian.

On Thursday, September 11, 2014 12:54:58 PM UTC-4, Mike Erickson wrote:
>
> What kind of authentication are you using? My tests returned my own photos 
> as expected, so I'm not sure what would have changed that returns the wrong 
> data. Also, would you mind copy-pasting some of the results so I can check 
> them, please?
>
> Thanks,
>
> On Thu Sep 11 2014 at 9:42:56 AM Bmeist <[email protected] <javascript:>> 
> wrote:
>
>> 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] 
>> <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/google-picasa-data-api
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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.

Reply via email to