Function User.getUserId() in Cloud endpoint api returns null for a user object that is not null
问题 I have a problem with getting the userid for a cloud endpoint method. I have used oauth2 authentication in my android client and passed the credentials to my service. The below is similar to what my method looks like (simplified to make it more clear). I note that issue 8848 for python seems to be very similar to this problem. Is the same issue a problem in java api as well? The method public SuccessCode doSomething(WireFormat wire, User user){ log.info("User id: "+user.getUserId()); log.info