Thanks Jeff......I appreciate the quick answer...

On Apr 3, 1:59 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
wrote:
> Hi Mike,
>
> Yes, you can use the Documents List API to make these sort of queries.
> The pain point here is having to keep two authenticated service
> objects to interact with these different APIs.
>
> There is a title query parameter for searching titles:
>
> http://code.google.com/apis/documents/reference.html#Parameters
>
> If you have more questions / implementation problems feel free to post
> in the Docs API group:
>
> http://groups.google.com/group/Google-Docs-Data-APIs
>
> Cheers,
> -Jeff
>
> On Apr 3, 6:01 am, Mike M <[EMAIL PROTECTED]> wrote:
>
> > I am a newbie to GData so I want to make sure I'm doing this the
> > "right" way.
>
> > I want to get a limited list of spreadsheets in a users account,
> > perhaps just those that include "finance" either in the title or in
> > the contents.
>
> > It seems I cannot use the "q=" query parameter with the spreadsheet
> > list, 
> > e.g.:http://spreadsheets.google.com/feeds/spreadsheets/private/full?q=finance
>
> > It returns with a 403.
>
> > I have found, however, that I can make a query 
> > like:http://docs.google.com/feeds/documents/private/full/-/spreadsheet?q=f...
>
> > if I use the docs auth.  I'm guessing that I'll need to reauthorize
> > using "wise" when I try to request a selected spreadsheet from that
> > list.
>
> > It also seems to only search on the document content, and not title.
>
> > Should I be looking at/using something else?   Any recommendations
> > would be helpful...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to