pankajsharma304 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

com.google.api.services.plus.model.Activity.PlusObject.getOriginalContent() always returns null #832

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.15.0-rc)? 1.16.0-rc

Java environment (e.g. Java 6, Android 2.3, App Engine)? Java 6

for an Activity, after getting the PlusObject, getOriginalContent() does not 
provide plain text (no HTML) of the Activity, it always returns null.

e.g. activity.getObject().getOriginalContent()

How would you expect it to be fixed?
I expect "The content (text) as provided by the author, which is stored without 
any HTML formatting." or null if none.

https://developers.google.com/resources/api-libraries/documentation/plus/v1/java
/latest/com/google/api/services/plus/model/Activity.PlusObject.html#getOriginalC
ontent()

Original issue reported on code.google.com by drinc...@gmail.com on 26 Aug 2013 at 5:35