Hi Mike,


As of today, it seems the general tag list is working again but a photo feed 
filtered by tag is still broken.


I've just created a ticket here: 
https://code.google.com/p/gdata-issues/issues/detail?id=4596&thanks=4596&ts=1369244817


I tried the following url in a browser and it returns photos as expected:


https://photos.googleapis.com/data/feed/api/user/101082856459243797152?kind=photo&tag=travels


However, when I execute the same fetch using the gdata objective c sdk it 
returns no photo entries:


1. create a feed fetch using the following code. This will be for a tag that 
has public photos associated with it

NSURL *feedURL = [NSURL 
URLWithString:@"https://photos.googleapis.com/data/feed/api/user/101082856459243797152?kind=photo&tag=travels";];
 
<https://photos.googleapis.com/data/feed/api/user/[USERNAME]?kind=photo&tag=[TAGNAME]%22%22];>

GDataServiceTicket * tagFetchTicket = [service fetchFeedWithURL:feedURL
                                                           delegate:self
                                                  
didFinishSelector:@selector(tagsTicket:finishedWithFeed:error:)];

2. execute fetch
3. fetch will return a feed object with 'entries' property set to nil and no 
error.


One difference might be that this fetch is getting authenticated via oath2 when 
using gdata, but all other fetches using the same auth are working.


On Tuesday, May 21, 2013 12:43:03 PM UTC-7, Mike Erickson wrote:
>
> Hello,
>
> Sorry for the trouble. What are you seeing that you expect would be 
> different? There have been some search-related changes, but they should be 
> working as intended. Can you provide (not private) examples?
>
> Thank you,
> -Mike
>
>
>
> On Tue, May 21, 2013 at 12:14 PM, Scott <[email protected] <javascript:>
> > wrote:
>
>> This seems to be broken again as of May 19'th (during Google IO). All tag 
>> fetches return either no tags or just a few with wrong info. Specifically 
>> the get all tags fetch is very broken. Have there been more changes to the 
>> query layer? Is this something the engineers at google are aware of and 
>> fixing? This effects quite a few of our 200k users.
>>
>>
>> On Friday, January 11, 2013 10:38:19 AM UTC-8, Coy Clemson wrote:
>>>
>>> A few days ago I noticed that getting a list of tags for any of my 292 
>>> albums or getting them all by userID was returning nothing.  This has been 
>>> working fine for the past 6 months or so and I have not changed any code at 
>>> all.  I tried taking out the v=2, but that didn't help.  This is a major 
>>> problem for my application, so any advice would be greatly appreciated! 
>>>  Thanks in advance.
>>>
>>> *Get all tags*
>>> https://picasaweb.google.com/**data/feed/api/user/**
>>> 118157739053519600454?v=2&**kind=tag<https://picasaweb.google.com/data/feed/api/user/118157739053519600454?v=2&kind=tag>
>>>
>>> *Get tags for an album*
>>> https://picasaweb.google.com/**data/feed/api/user/**
>>> 118157739053519600454/albumid/**5829089029949876625?v=2&kind=**tag<https://picasaweb.google.com/data/feed/api/user/118157739053519600454/albumid/5829089029949876625?v=2&kind=tag>
>>>
>>> *When I view a photo, the tags are all there:*
>>> https://picasaweb.google.com/**118157739053519600454/**
>>> 2012ChickFilABowlVsLSU#**5829102537645658850<https://picasaweb.google.com/118157739053519600454/2012ChickFilABowlVsLSU#5829102537645658850>
>>>
>>  -- 
>> 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?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>  

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to