Hi,
I would like to do is to authenticate into Google Accounts using a
Username and Password.
Basically,
[Authenticate User Context - Log in Pro grammatically into Google
Accounts inside a Java Servlet]
UserService userService = UserServiceFactory.getUserService();
User user = userService.getCurrentUser();
[Access Data Store based on Google Account]
[Resolve the User Context]
Please help. I would really appreciate it. Can we perform this using
UrlFetch ...? I tried remote-api in Google SDK 1.6.1 and there are
some issues, the Code in Google Help does not work.
java.io.IOException: can't get appId from remote api; status code =
404
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.getAppIdFromServer(RemoteApiInstaller.java:
313)
I tried as per http://code.google.com/appengine/docs/java/tools/remoteapi.html
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-java?hl=en.