Hi Friends, Strange, no one knows the solution for this problem. Please give me some idea, how to resolve the problem.
Thanks Ashish Agarwal On Wed, Jul 15, 2009 at 3:16 PM, Ashish Agarwal <agarwal.ashi...@gmail.com>wrote: > Hello friends, > > I want to fire a query to a spreadsheet. For example the spreadsheet > contains the following data: > > Group Name *Group id > *Class 1A ID 001 > Class 1B ID 001 > Class 2A ID 002 > > Now I am to fetch all the records where group id is ID 001. I am > doing: > > self.gd_client = gdata.spreadsheet.service.SpreadsheetsService() > query = gdata.spreadsheet.service.ListQuery() > query.sq = *'qroupid*==ID 001' > groupFeed = self.gd_client.GetListFeed(groupKey, query=query) > > Please note, I have removed the space from *'groupid'* column name. but > still getting the exception for bad request. > > Please help me, how to tackle this space problem in *data (ID 001)*. > > Thanks > Ashish Agarwal -- Regards, Ashish Agarwal Ph. 9250092550 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---