I appreciate for your kind advise..

Regards.
Ryo(YooWaan)

2014年6月26日木曜日 21時52分47秒 UTC+9 Michael Cloonan (AdWords API Team):
>
> Hello,
>
> The "account" in the description of Token expiration is your MCC account. 
> Your refresh tokens and access tokens are tied to your MCC account, and can 
> be used to make calls against any client account that is a child of that 
> MCC account.
>
> The client ID is the ID of the child account that you actually want to 
> write a query against. They are generally of the format XXX-XXX-XXXX, 
> although you can omit the dashes.
>
> You generally don't need more than 1 refresh token per user. If you have 
> more than 25 users, then you will need to come up with some kind of sharing 
> scheme that works for you so that each user can still have access. You can 
> use the same developer token and refresh token for test and production, and 
> as long as you make requests to a test customer ID, then you will not 
> affect production data.
>
> Regards,
> Mike, AdWords API Team
>
> On Thursday, June 26, 2014 4:24:33 AM UTC-4, 照沼領 wrote:
>>
>> Hi, all.
>>
>> I have some questions about how to develop using OAuth2.
>>
>> Now, my product has used the same ClientID(,Client Secret and 
>> RefreshToken) in the development(dev) and production(prd) environment.
>> I have understood this approach has the problem which impacts to prd 
>> environment if dev environment retrieves the large number (nearly upper 
>> limitation) of access tokens.
>>
>> To avoid this problem, I'll use the different ClientID in prd and dev 
>> environment, but as a same time, I have some questions.
>>
>> I've read the document about Token expiration (
>> https://developers.google.com/accounts/docs/OAuth2#expiration), 
>> and I could not understand the following description.
>>
>> ----
>> There is currently a 25-token limit per Google user account. If a user 
>> account has 25 valid tokens, the next authentication request succeeds, but 
>> quietly invalidates the oldest outstanding token without any user-visible 
>> warning.
>> ----
>>
>> What does "Google user account" mean?
>> Which does this mean "ClientID" or "AdWords Account ID"?
>>
>> If it means AdWords Account ID, I think the confliction of the token 
>> limitaion in prd and dev environment can not avoid...
>>
>> To summarize, my question:
>> 1. What does "account" mean in the desctiption of Token expiration (
>> https://developers.google.com/accounts/docs/OAuth2#expiration)
>> 2. Could you advise me the best practice how to develop not to conflict 
>> the Token limitation ?
>>   I would like not to affect prd environment by developing in dev 
>> environment.
>>
>>
>> Best,
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to