From C#, I'm using Google.GData.Client to obtain the html content of latest
entries of a private Google Site (filtering kind=announcement)
1. Followed sample code from:
https://gdata-samples.googlecode.com/svn/trunk/sites/dotnet/SitesAPIDemo.cs
with a sample private site.
2. The feed is obtained successfully, but method printContentFeed() allways
returns 'Google.GData.Client.AtomContent' (instead of the real html content) in
this line: String pageContent = entry.Content.Content;
The author, title, etc are recovered correclty, but entry.Content (or
entry.Content.Content) is not.
Cheers
Original issue reported on code.google.com by emmanuel...@gmail.com on 11 Mar 2014 at 9:30
Original issue reported on code.google.com by
emmanuel...@gmail.com
on 11 Mar 2014 at 9:30