I'm running an application on appengine using the spreadsheet api implemented in python. I am showing the user a list of their spreadsheets, all of which have associated forms. I'd like to display a link to the form (not the editable version, just the version that people fill out). This usually has a url like: "http://spreadsheets.google.com/viewform? hl=en&formkey=......".
How can I use the api to get this url, or the "formkey" so I can create the url myself? Similarly, I'd like to offer a link to the editable version of the form, which usually has a url like: "http://spreadsheets.google.com/ gform?key=...&hl=en&gridId=0#edit". How can I use the api to get this url, or the "key" so I can create the url myself? 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 -~----------~----~----~----~------~----~------~--~---