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

Requesting google site entry content allways returns null #25

Open
GoogleCodeExporter opened this issue May 27, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 11 Mar 2014 at 9:30

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