In what regard do you want to access the spreadsheet? CSV, GData feed, etc.? Sharing the feed such that anyone with the link can access it will require the user opening the sheet programmatically (e.g. via ClientLogin or OAuth) to have opened the sheet at least once prior to making API requests against it.
-Vic On Sat, Feb 12, 2011 at 11:12 AM, Ilya Schurov <[email protected]>wrote: > I have a spreadsheet which is shared as "anyone with the link can view", > and I want to be able to get access to this spreadsheet's feeds from my > application without additional authentication. (I need read-only access.) > I.e. my application knows the link to obtain the access (it knows the key > and the authkey of my spreadsheet), but I don't wont my application to know > my login/password (and I don't want to work with ClientLogin or OAuth or > something like this). Is it possible? >
