On 2009-10-13 05:12:20 -0700, fhtino <fht...@gmail.com> said: > I've created a Form in Google Docs. It works very well. Anonymous > users can insert their data compiling the html form. > > Now, I'd like to insert data from code. I need a small app that write > some data to my form. Is there a way to do that without authenticate? > AFAIK the Data API needs authentication.
You could pretend to be a web browser and just send a POST request to the form's URL. 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. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---