For "Generates a consent page url" :

- Users API / link start with 
: https://accounts.google.com/ServiceLogin?service=*ah*
   there is a link to create accounts google

- Drive Client API  / link start with 
: https://accounts.google.com/ServiceLogin?service=*lso*
   no link to create accounts google and page is smaller

If I replace (in url navigator) Iso by ah the link to create accounts 
google appears...

I use this method for get url (DrEdit) :

public String getAuthorizationUrl() {
GoogleAuthorizationCodeRequestUrl urlBuilder = new 
GoogleAuthorizationCodeRequestUrl(clientSecrets.getWeb().getClientId(), 
clientSecrets.getWeb().getRedirectUris().get(0), 
SCOPES).setAccessType("online").setApprovalPrompt("auto");

return urlBuilder.build();
}

There is a setting somewhere?

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