Hi,

Since I am using my application on the web client (and not in local 
anymore), I have experienced a strange error.
It looks like I can retrieve refresh/access token for the same adwords 
account only once. I am using Python Library.

   1. I state the URL for getting API access (like 
   : 
https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/adwords&redirect_uri=#MYPAGEn&response_type=code&client_id=#MYCLIENTID.apps.googleusercontent.com&access_type=offline).
 
   2. Because I have multiple account, that link sends me to the page 
   accountChooser 
   (like 
https://accounts.google.com/AccountChooser?service=lso&continue=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Fauth%3Fresponse_type%3Dcode%26scope%3Dhttps%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwords%26access_type%3Doffline%26redirect_uri%3D#MYPAGE%26client_id%#MYCLIENTID.apps.googleusercontent.com%26hl%3Dfr%26from_login%3D#MYLOGIN&btmpl=authsub&hl=fr
 
   --> see attachment 1). 
   3. Normally, after choosing one of the account, I am redirected to the 
   "Accept API access page" (see attachment 2), and then I click on "accept" 
   and 
   4. I am redirected to #MYPAGE?code=4/#THECODE and I can authenticate 
   with flow = OAuth2WebServerFlow(...) and flow.step2_exchange(#THECODE)
   
The problems arises when I already have the access for one account and I 
try to redo the same operation. At step 2), after choosing the account, 
Google seems to skip step 3) and go directly to step 4) where I try to 
authenticate and that gives me a *"Server raised fault: 
'[AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:'<null>']'"*.

Is it a normal behaviour ? Can I only retrieve API access ONCE per account 
on a website with a "Client identifier for a Web application" (even if I 
can do it multiple times in local with a "Client identifier for a Native 
Application") ?

Thanks,

Martin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9babbeff-e17f-43b8-8c17-453c4cf3f06a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to