Hi Trevor, > You could pretend to be a web browser and just send a POST request to > the form's URL.
:) I was thinking about a solution on this way. Docs Forms are rendered as standard html form tags, with input tags. I can create a Http POST with exactly the same data. But I haven't found official documentation: so i'm not sure if it's an allowed way to go. (example: it's not clear how field names are created, there are hidden filed, etc.). > If you want to use the Spreadsheets Data API, there's no reason your > server can't just authenticate using a role account that's never > disclosd to the users of the app. I'd like to use Spreadsheet as a storage for application failures. I explain. I've written GDocBackup (it backups google docs to local hd). It's an .NET application, exe, The apps runs fine, many users downloaded and use it. Now, I'd like to setup an easy way to send error information in case of an application crash. I'd like to show to the user a message like "Sorry. Application crash. Send crash info to the dev team. Yes/No?". So, the application needs to insert data on a spreadsheet/form. But I don't want to store my username/password in the app code. :) Fabrizio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---