Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user tags fetch returns tags no longer in use #168

Closed
GoogleCodeExporter opened this issue May 25, 2015 · 1 comment
Closed

user tags fetch returns tags no longer in use #168

GoogleCodeExporter opened this issue May 25, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Tag a photo and then remove that tag from the photo
2. do a fetch for all tags of a user:
GET https://picasaweb.google.com/data/feed/api/user/userID?kind=tag

3. the tag that is no longer associated with any photo is still returned. The 
tag feed does not indicate the number of photos tagged with each so there is no 
way to filter based on no photos.

What is the expected output? What do you see instead?

If there is no reason to keep them around, don't return tags that have no 
photos associated in the main tags feed. If there is a reason tags need to 
remain, then at least indicate the number of photos for each tag so empty tags 
can be filtered out on the client end.


What version of the product are you using? On what operating system?

gdata v 2.0 on objective c (ipad iOS v6)


Please provide any additional information below.

Original issue reported on code.google.com by scott.sy...@gmail.com on 20 Jun 2013 at 4:55

@GoogleCodeExporter
Copy link
Author

This issue tracker is for problems specific to the Objective-C library.

Please use the forum at https://developers.google.com/picasa-web/ for Photos 
API questions.

Original comment by grobb...@google.com on 20 Jun 2013 at 9:05

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant