9 messages in com.googlegroups.google-base-data-apiPlease help, Java API - getContent re...
FromSent OnAttachments
Shuki29 May 2007 22:30 
Jeff S31 May 2007 23:52 
Hristo01 Jul 2007 14:56 
Jeff S03 Jul 2007 14:56 
DaveV05 Jul 2007 18:25 
Hristo27 Aug 2007 08:22 
Hristo27 Aug 2007 08:25 
Jeff S05 Sep 2007 13:24 
Shuki06 Sep 2007 19:22 
Subject:Please help, Java API - getContent returns 255 chars only
From:Shuki (shuk@gmail.com)
Date:05/29/2007 10:30:11 PM
List:com.googlegroups.google-base-data-api

Hi Guys,

I run a query using the Java API and get back the list of entries:

for (GoogleBaseEntry entry : googleBaseFeed.getEntries()) {

String body = ((TextContent) (entry.getContent())).getContent().getPlainText();

The body seems to be only the first 252 chars, followed by "..." and without the HTML tags. How do I use the Java api to get the entire content of the Description field?

Thanks,