[Google-Docs-Data-APIs] Invalid alt value for entry InvalidEntryException

2009-07-21 Thread charlesweird
I am using DocsService.getEntry(entryUri, DocumentListEntry.class) to retrieve a DocumentListEntry. The code has been working fine, but it stop working today. I got the following exception. Can anyone help? com.google.gdata.util.InvalidEntryException: Bad Request Invalid alt value for entry and

[Google-Docs-Data-APIs] getWorksheets() returns Unknown authorization header error

2010-01-07 Thread charlesweird
I got an Unknown authorization header exception when I tried to call SpreadsheetEntry.getWorksheets() java library. I am using 2-legged OAuth authentication. I was able to get SpreadsheetEntry object successfully but got this error when calling getWorksheets() function Here's the url (notice I

[Google-Docs-Data-APIs] Re: getWorksheets() returns Unknown authorization header error

2010-01-08 Thread charlesweird
(worksheetUrl, WorksheetFeed.class) , I am albe to get WorksheetEntry object now On Jan 7, 6:24 pm, charlesweird charleswe...@gmail.com wrote: I got an Unknown authorization header exception when I tried to call SpreadsheetEntry.getWorksheets() java library. I am using 2-legged OAuth