Hi,

I know that ClientLogin is deprecated. Still - I cannot get it to work
on production AppEngine.

My code (in this case for the Adwords Api) looks like:

UrlFetchTransport urlFetchTransport = new UrlFetchTransport();

ClientLoginTokens clientLoginTokens = new ClientLoginTokens.Builder()
    .forApi(ClientLoginTokens.Api.ADWORDS)
    .withHttpTransport(urlFetchTransport)
    .withEmailAndPassword(email, password)
    .build();

String clientLoginToken = clientLoginTokens.requestToken();

On the development server everything is okay - but in production I
always get a 403. Is this a known issue? Does ClientLogin not work on
real AppEngine instances?

I also tried to get the token with a plain old Apache Http Client -
again the same results. On AppEngine devserver it works - on
production it does not (even when activating Sockets Api via billing).

I also posted the question on stack exchange:
http://stackoverflow.com/questions/15981996/always-403-forbidden-when-fetching-google-clientlogin-token-from-appengine


Any hints appreciated!


Best,


Raphael

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to