Hey bino,

Wrap the value in quotes:

https://spreadsheets.google.com/feeds/list/0Anv1cNcx6HE-dDA3ckhOdmRZbXV4SDFodWRYSTR1Mmc/1/private/full?sq=name%3D%220124091asdf%22

Where %22 is a URI encoded " character.

Thanks,
-Vic



On Wed, Nov 30, 2011 at 7:58 PM, pakbino <[email protected]> wrote:

> 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-
>
>

Reply via email to