Hi Jerry,
  Are you trying to access data within your application's datastore,
or are you trying to access a user's data from other Google services
(such as Google Docs)?

  If you're trying to access data within your app, why don't you just
get the user object from the datastore or something similar?

  If you're talking about other Google data, see the gdata APIs.
    http://code.google.com/apis/gdata/


Robert





On Thu, Jan 19, 2012 at 18:21, Jerry <[email protected]> wrote:
> 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.
>
> Thanks,
> Jerry
>
> --
> 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.
>

-- 
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