Can you show us what the server sends back? Looks to me, from just the call trace, that invalid XML was send. If you don't have Fiddler, get it ( www.fiddlertool.com if i am not mistaken), or check the responseString property of the exception.
Regards Frank Mantek Google On 2/27/07, pariddington <[EMAIL PROTECTED]> wrote: > > > I am getting a Google.GData.Client.ClientFeedException (listed below). > When trying to access one of my spreadsheets through the sample > Spreadsheet.exe shipped with the .NET Client library (gdata.net.1094) > > TraceCall: creating target Uri > 13:33:43:3086 - Service.Query - Stream - Enter > TraceCall: GoogleAuth: Execution called > Network credentials found > set token called with: > > DQAAAHkAAAAuT2LDNIfNexwkBo2fIGh_C_ObkkPCpJnH7KVt4jjeuoFxnQ5R23_cPkAdnhi1RYGV9GxBlxt2N94EJMueIWkvEFKGY0jd13pADbfxzd8OAaGNt_yW5vgHx8nJ34ce0zflwg-9JbOacxIV5-85nSJa5Z5LrpN0fdl9Dgy6r3oHrA > Using auth token: > > DQAAAHkAAAAuT2LDNIfNexwkBo2fIGh_C_ObkkPCpJnH7KVt4jjeuoFxnQ5R23_cPkAdnhi1RYGV9GxBlxt2N94EJMueIWkvEFKGY0jd13pADbfxzd8OAaGNt_yW5vgHx8nJ34ce0zflwg-9JbOacxIV5-85nSJa5Z5LrpN0fdl9Dgy6r3oHrA > TraceCall: calling the real execution over the webresponse > Returned contenttype is: application/atom+xml; charset=UTF-8 from > URI : http://spreadsheets.google.com/feeds/spreadsheets/private/full > Returned statuscode is: OK200 > 13:33:48:1555 - Service.Query - Stream - Exit > TraceCall: creating target Uri > TraceCall: Constructing AtomFeed > TraceCall: parsing stream -> Start:Atom > TraceCall: Initializing basenametable support > TraceCall: Initializing atom nametable support > TraceCall: received new extension element notification > calling event dispatcher > new AtomEntry found, adding to collection > TraceCall: received new extension element notification > calling event dispatcher > new AtomEntry found, adding to collection > Found NULL service, probably mistake > Found NULL service, probably mistake > Found NULL service, probably mistake > TraceCall: received new item notification > calling event dispatcher > //... continues repeating the same until... > Google.GData.Client.ClientFeedException: Parsing failed ---> > System.Xml.XmlException: There is an unclosed literal string. Line 1, > position 857082. > at System.Xml.XmlTextReaderImpl.Throw(Exception e) > at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) > at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 > curPos, Char quoteChar, NodeData attr) > at System.Xml.XmlTextReaderImpl.ParseAttributes() > at System.Xml.XmlTextReaderImpl.ParseElement() > at System.Xml.XmlTextReaderImpl.ParseElementContent() > at System.Xml.XmlTextReaderImpl.Read() > at System.Xml.XmlTextReader.Read() > at Google.GData.Client.AtomFeedParser.ParseEntry(XmlReader reader) > at Google.GData.Client.AtomFeedParser.ParseSource(XmlReader reader, > AtomSource source) > at Google.GData.Client.AtomFeedParser.ParseFeed(XmlReader reader, > AtomFeed feed) > at Google.GData.Client.AtomFeedParser.Parse(Stream streamInput, > AtomFeed feed) > --- End of inner exception stack trace --- > at Google.GData.Client.AtomFeedParser.Parse(Stream streamInput, > AtomFeed feed) > at Google.GData.Client.AtomFeed.Parse(Stream stream, > AlternativeFormat format) > at Google.GData.Spreadsheets.SpreadsheetsService.Query(CellQuery > feedQuery) > > > > Can anybody help? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
