I've recently started experimenting with AuthSub to programmatically
update the sharing permissions over individual Google docs. This
seemed to be working fine when I was using unsecure tokens that were
eventually exchanged for a session token (I'm using the Java client
library for this). However, when I tried switching to requesting a
secure token from Google, I stopped getting the redirects from Google
with the one time token.
In other words, when I make the call:

String requestUrl =
  AuthSubUtil.getRequestUrl("http://www.mydomain.com/RetrieveToken";,
                            "http://www.google.com/calendar/feeds/";,
                            false,
                            true);

The url in my application: "http://www.mydomain.com/RetrieveToken";
DOES NOT GAIN CONTROL of the http request process, and so I can
neither retrieve the one time token, nor do anything else at that
point (no Java exceptions or error messages are generated by Google).

Can somebody suggest what the problem is here, and how can I resolve
it?
Thanks in advance,
-Patricia
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" 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-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to