Hi, I have successfully used an AuthSub authentification from my webapplication (Java) since a few month.
But since a few day it's doesn't work anymore. Here is what I do : *Step 1 *: Prepare the user auth on google server : String RequestBackUrl = "http://xxxxxx.appspot.com/RetrieveToken String scope = "https://www.google.com/calendar/feeds/"; boolean secure = false; boolean session = true; requestUrl = AuthSubUtil.getRequestUrl(RequestBackUrl, scope, secure, session); *Step 2 *: Getting token from reply : String tokenFromRequest = request.getQueryString(); onetimeUseToken = AuthSubUtil.getTokenFromReply(tokenFromRequest); sessionToken = AuthSubUtilPatched.exchangeForSessionToken(onetimeUseToken,null); // ERROR 403 JDK 1.6.0 GSDK 1.4.0 I try to use backuped code without success. I also use some cloned apps of similar code and get the same error. Any help would be great...I really don't know where to dig to find the solution... Regards. -- You received this message because you are subscribed to the Google Groups "Google Calendar 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://code.google.com/apis/calendar/community/forum.html
