Hello,

I am attempting to use the Java Client Library to parse the content of a 
public spreadsheet (I do not have access to the spreadsheet itself). I am 
having the same issue as outlined in this StackOverflow post 
<http://stackoverflow.com/questions/15184385/how-to-get-public-google-spreadsheet-data-using-google-spreadsheet-api-java-libr>.
 
It seems strange to me that I receive an empty collection from 
listEntry.getCustomElements(), as I can retrieve the contents of the cells 
by calling listEntry.getPlainTextContent(). I'd rather not have to parse 
that String and would prefer to use the API. I have also attempted 
authenticating to the API with a service account, but 
listEntry.getCustomElements() still returns an empty collection even after 
authenticating properly.

What could be the issue here? Please let me know if I can provide any more 
information.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to