Paul,

Hmm, yeah we do require proper authentication for all private docs.
You can have a server-side proxy that can do this for you using
AuthSub authentication. That way you would only need to authenticate
once and store the session token forever.

I guess the best solution would be to write a feed reader that can
handle sending authentication tokens in the header. May not be all
that difficult.

For more information about AuthSub, check out our documentation:

http://code.google.com/apis/accounts/docs/AuthSub.html

Cheers,
- Jochen


On Sep 25, 8:09 am, PaulFusion <[EMAIL PROTECTED]> wrote:
> I've been trying both public and private, and neither seem to work.  I
> have a personal apps domain account, and one that is run through a
> university single sign-on.  When I authenticate under either of those
> accounts and attempt a URL 
> likehttp://spreadsheets.google.com/feeds/spreadsheets/
> I get a 404 error.  When I log in via my normal gmail account, and try
> the same URL it works.
>
> I searched around a bit for google spreadsheets and "authenticated
> request" and 
> foundhttp://code.google.com/apis/spreadsheets/developers_guide_protocol.ht...
>
> From what I can tell, this means that every GET request header has to
> be customized with the auth token.  Initially I was thinking that I
> could just point a regular feed reader to the above URL, but duh...
> the reader would need to authenticate on it's own.  After a bit more
> research it appears that authenticating feed readers are few and far
> between. And from what I can tell, even typical authenticating readers
> wouldn't do the trick, because they use the "http://
> username:[EMAIL PROTECTED]" approach, which wouldn't jive with the
> expiring authSub token.
>
> So unless there's something I'm missing there's no simple way to
> say... set up google reader to subscribe to a feed of a google
> spreadsheet.  I suppose I could write some sort of shim to read my
> authenticated feeds and put them behind an obfuscated but open url,
> but that just sounds gross.
>
> Alas, thwarted?
>
> -paul
>
> On Sep 24, 7:44 pm, "Jochen Hartmann (Google)"
>
> <[EMAIL PROTECTED]> wrote:
> > Hi Paul,
>
> > The feed URL does not need to change if your docs are in a Google Apps
> > domain, as long as you make an authenticated request. Are you trying
> > to retrieve private or public docs ?
>
> > Thanks
> > - J
>
> > On Sep 23, 12:16 pm, PaulFusion <[EMAIL PROTECTED]> wrote:
>
> > > So I've found that I can get a list of spreadsheets via the following
> > > URL:
>
> > >http://spreadsheets.google.com/feeds/spreadsheets/private/full
>
> > > Is there an equivalent url format for google apps for your domain?
> > > Something like:
>
> > >http://spreadsheets.google.com/a/domain.com/feeds/spreadsheets/privat...
>
> > > I've made a number of guesses, but have had no luck so far.  I didn't
> > > see anything on this topic in the documentation or in this group.
>
> > > Thanks!
> > > -paul
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to