Question... id user is different between Users API and Drive API

User API :

User user = userService.getCurrentUser();
String id = user.getUserId();

Drive API :

Userinfoplus about = service.userinfo().get().execute();
String id = about.getId();

normal or not ?


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to