[Google-Docs-Data-APIs] Re: Get Spreadsheet Data with Curl and no Zend

2009-08-24 Thread Harry.mendell
Well publish may not mean what you think. You can publish and still require auth. In fact if you look how google forms the uri you can tack the suffix on to an unpublished spreadsheet and it still works. Sent from my iPhone On Aug 24, 2009, at 6:05 PM, Ed wrote: > > Thanks Harry. > > My ap

[Google-Docs-Data-APIs] Re: Get Spreadsheet Data with Curl and no Zend

2009-08-24 Thread Ed
Thanks Harry. My application needs to allow users to get unpublished spreadsheets. I'm using spreadsheets like a database to populate my application with data. It doesn't seem like your suggestion will work. Any other input or suggestions? On Aug 24, 11:12 am, harry mendell wrote: > You don't

[Google-Docs-Data-APIs] Re: Get Spreadsheet Data with Curl and no Zend

2009-08-24 Thread harry mendell
You don't even need curl if you want bare bones. Just go to SHARE -> PUBLISH AS WEBSITE -> CSV output and it will give you a uri. That uri produces csv format of your spreadsheet. On Aug 24, 2009, at 2:07 PM, Ed wrote: > > Does anyone have a simple example of how to get data from the Google >