I try example DrEdit and I don't understand... I Have already a session 
Google

with this url userService :

userService.createLoginURL(.....)

and in example DrEdit, I must have Credential with this url for Drive :

/**
 * Generates a consent page url.
 * 
 * @return A consent page url string for user redirection.
 */
public String getAuthorizationUrl() {
GoogleAuthorizationCodeRequestUrl urlBuilder = new 
GoogleAuthorizationCodeRequestUrl(clientSecrets.getWeb().getClientId(), 
clientSecrets.getWeb().getRedirectUris().get(0), 
SCOPES).setAccessType("offline").setApprovalPrompt("force");
return urlBuilder.build();
}


So I have two urls connection, real or I don't understand? 
Can we get a credential with AppEngine service? 

Thank you for your answers!


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