Using secure AuthSub with the Documents API from my PHP application, I
can access the documents feed. However, when I try to "export" a
docment, I get redirected to a new link and if I follow that I get a
login page.
The same document export function works fine w/o secure AuthSub (just
plain AuthSub).
I tried this with both the Gdata PHP library, and a modification of
this simple test program:
http://gdatatips.blogspot.com/2008/07/secure-authsub-in-php.html
I'm able to upgrade my single use token to a session token (with
signing). And, I can retrieve calendar data. I only get this issue
with document "export".
So, does anyone know if secure AuthSub and document export are
compatible?
Thanks,
Randy