Dear All ... I'm trying to learn about gdata API.
I Read http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_python.html Specialy the line that state : https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full?sq=name%3DJohn%20and%20age%3E25 Here is my situation : I have a simple spreadsheet with a single worksheet. The 1st column named "name", and it contents is generated (offline) using python random(). so, this column potentialy have a value such as : V8M9QN16KM , 00N8TVRIOI Next, I tryed to query it using : https://spreadsheets.google.com/feeds/list/mykey/1/private/full?sq=name%3DV8M9QN16KM work as advertized next, i try to query another row that have "numeric digit" as it first character https://spreadsheets.google.com/feeds/list/mykey/1/private/full?sq=name%3D00N8TVRIOI and my Firefox just display ---> Parse error: null My Question is : How to use sq with key-value that have numeric digit as it's first character ? Sincerely -bino-
