paul-prasanta / google-spreadsheet-lib-android

Google SpreadSheet Lib for Android
1 stars 0 forks source link

Error retrieving all spreadsheets in the example provided for gss-lib-2.2b #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I encountered error when retrieving all spreadsheets in the example provided 
for gss-lib-2.2b1.  The authentication seems to work fine, but retrieving all 
spreadsheets throws following errors:  

02-15 15:34:26.014: I/System.out(5648): [HttpConHandler] 
URL=https://spreadsheets.google.com/feeds/spreadsheets/private/full
02-15 15:34:26.061: I/System.out(5648): [HttpConHandler] Error in connection: 
java.net.UnknownHostException: Unable to resolve host 
"spreadsheets.google.com": No address associated with hostname

I tried reverting back to gss-lib-2.2 but the same issue.  

Original issue reported on code.google.com by michael....@gmail.com on 15 Feb 2012 at 11:55