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