When only including Blogger service, the GDataMediaThumbnail header is missing
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
Create a project that makes only use of the blogger (GDataBlogger) code by only
including this service.
What is the expected output? What do you see instead?
Would expect to be able to just use the blogger service in my project, yet a
header is missing. The header is GDataMediaThumbnail.
What version of the product are you using? On what operating system?
Version 1.12.0 on Mac OS X 10.7.3.
Please provide any additional information below.
I believe the header of GDataMediaThumbnail should be changed to fix this
issue. Currently it looks like:
#if !GDATA_REQUIRE_SERVICE_INCLUDES || GDATA_INCLUDE_PHOTOS_SERVICE \
|| GDATA_INCLUDE_YOUTUBE_SERVICE
It should be:
#if !GDATA_REQUIRE_SERVICE_INCLUDES || GDATA_INCLUDE_PHOTOS_SERVICE \
|| GDATA_INCLUDE_YOUTUBE_SERVICE || GDATA_INCLUDE_BLOGGER_SERVICE
Original issue reported on code.google.com by wolfgang...@gmail.com
on 11 Mar 2012 at 8:59
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
As a temporary work-around I just include the photos service into my project
for now.
Original comment by wolfgang...@gmail.com
on 11 Mar 2012 at 9:07
GoogleCodeExporter commented
Thank you for reporting the issue.
http://code.google.com/p/gdata-objectivec-client/source/detail?r=721
Original comment by grobb...@google.com
on 3 Apr 2012 at 10:49
- Changed state: Fixed