Thanks. On a related note, I posted another question (still unanswered) about how to obtain the URL for a form (that allows people to fill out answers). Will the entries resulting from this query against the DocList API include this URL?
Thanks, Dave On Sep 21, 8:45 pm, Eric Bidelman <api.e...@google.com> wrote: > Your query should be against the DocList API, not the Spreadsheets > API:http://code.google.com/apis/documents/docs/3.0/reference.html#Parameters > > On Tue, Sep 22, 2009 at 12:55 AM, Dave <dabo...@gmail.com> wrote: > > > I'm trying to get a list of just a user's forms (associated with some > > spreadsheets). I read on another discussion group to use the "/-/form" > > query parameter, which is now supposed to be supported. My query looks > > like this (using the Python library): > > > uri = "http://spreadsheets.google.com/feeds/spreadsheets/private/ > > full/-/form" > > sfeed = client.Get(uri, > > converter=gdata.spreadsheet.SpreadsheetsSpreadsheetsFeedFromString) > > > However trying this gives this error in the reply: > > > RequestError: {'status': 400L, 'body': 'Query parameter is not > > supported', 'reason': ''} > > > Am I doing something wrong? > > > Thanks, > > Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---