Hi,
Excuse me, but now I have more questions.

`In order to access (retrieve data, create, modify, delete) the said Google 
Ads accounts, users will need the appropriate OAuth2 credentials to 
authenticate those requests and perform specific actions. To achieve this, 
a user/email address will need first to have access to the Google Ads 
account which they will be managing.`

This is means, that we can't make refresh token, generating 
AuthorizationUri with our credentials, like that:

$oauth2 = new OAuth2(
[
'authorizationUri' => self::AUTHORIZATION_URI,
'redirectUri' => self::REDIRECT_URI,
'tokenCredentialUri' => CredentialsLoader::TOKEN_CREDENTIAL_URI,
'clientId' => $clientId,
'clientSecret' => $clientSecret,
'scope' => $scopes,
'state'=> $state,
'access_type' => 'offline',
]
);

$url = $oauth2->buildFullAuthorizationUri();

return $url;

Then user go to url, allow access and we get refresh token, and that 
solution work fine, except self removing app from 
https://myaccount.google.com/u/1/permissions.

If I understand right,
what you said, means, that we need to access, from our clients to every 
user google account and make for every account unique credentials.(Client 
ID,Client secret)

If so, how we can generate right refresh token with ours credentials?
Maybe we need to request next level for developer token access, or 
something else?

`As for the expiring (refresh) token issue, this guide that you mentioned 
initially provides the reasons that may cause the said token to expire. If 
your Everystraus user was removed then it is possible that someone that has 
access to your accounts removed or revoked your access.`

Ours employes not remove app from 
https://myaccount.google.com/u/1/permissions
Maybe, you can check that or way its happend? 
Because, if app self removing from 
https://myaccount.google.com/u/1/permissions and this will be happening 
often, it's not good.

This page doesn't work 
https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project(Service
 
Unavailable)
пятница, 16 апреля 2021 г. в 06:04:14 UTC+3, adsapiforumadvisor: 

> Hi,
>
> Thank you for your follow up. I work with Matt and allow me to assist you.
>
> A basic access level developer token only allows users to use the API to 
> make requests to Production Google Ads accounts.
>
> In order to access (retrieve data, create, modify, delete) the said Google 
> Ads accounts, users will need the appropriate OAuth2 credentials to 
> authenticate those requests and perform specific actions. To achieve this, 
> a user/email address will need first to have access 
> <https://support.google.com/google-ads/answer/9978556?visit_id=637541348046311574-2320216631&rd=1>
>  
> to the Google Ads account which they will be managing.
>
> Once the user/email address has the required access, they can then generate 
> the OAuth2 credentials 
> <https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project?hl=en>
>  
> (https://console.cloud.google.com/apis/credentials) while logged in to 
> that user/email address that has access to the Google Ads account.
>
> As for the expiring (refresh) token issue, this guide 
> <https://developers.google.com/identity/protocols/oauth2#expiration> that 
> you mentioned initially provides the reasons that may cause the said token 
> to expire. If your Everystraus user was removed then it is possible that 
> someone that has access to your accounts removed or revoked your access.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2FYAcl:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/43dcc2ec-795e-4a4b-8003-a29739ae9f6en%40googlegroups.com.

Reply via email to