com.google.gdata.util.AuthenticationException: 403

Sample code:

String onetimeUseToken =
AuthSubUtil.getTokenFromReply(request.getQueryString());
String sessionToken =
AuthSubUtil.exchangeForSessionToken(URLDecoder.decode(onetimeUseToken,
"UTF-8"), null);

Exception occurs at the exchangeForSessionToken method.

It's been working fine for months now and then the error just showed
up this month.
Verifying the domain with Google didn't work.

Details:
Application runs on Google App Engine
and I used SDK 1.4.0 for app engine
and gdata client 1.0
http://projectrix-development.appspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to