Hi Mike or anyone, I was doing some testing trying to send an authkey with 
my request, in the hopes that I would actually get back some of my own 
photos.  Unfortunately adding a valid authkey to the request (obtained 
through the Oauth playground), did not help.  Even worse, one of the images 
that was returned was *very explicit*!  

Here is the album and photo id of the explicit photo, although I guess that 
is not going to help much.
album=6059343631931915649&photo=6059345957488436210

Can someone from Google PLEASE address this?  This is very serious as I 
will probably have to take down the gallery search feature for fear that a 
user will get an explicit result.

Thanks!

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