Hi Luis,

There must be a way to revoke developer token in use for GCP Project, as
sometimes we need to test out application on our developer token as some of
the USER not comfortable to share standard token with anybody.

Thanks,


On Mon, Mar 18, 2019 at 3:41 PM cv <chirag.erepo...@gmail.com> wrote:

> Hello Luis,
>
> I understand your point,
>
> But issue here is I was using my developer token to test out new API and
> application have already 400+ accounts map with the current project and his
> developer token.
> I cannot ask him to relink those account again. I can take precaution not
> to use my token to test out application in future. So here I need to use
> his application token.
> There must be way to eliminate this issue.
>
> Hope you got my point.
>
> Thanks,
>
>
>
>
> On Monday, 18 March 2019 15:29:13 UTC+5:30, googleadsapi-forumadvisor
> wrote:
>>
>> Hi Chirag,
>>
>> If you are facing the same issue, then you could do the same steps to
>> resolved this. You could create a new Google Cloud Project ID, obtain a new
>> OAuth2 credentials from a client under that new project ID, and use those
>> credentials in your requests with your standard developer token.
>>
>> Regards,
>> Luis
>> Google Ads API Team
>>
>>
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>>     http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>>     https://developers.google.com/adwords/api/community/
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>> Was your question answered? Please rate your experience with us by taking
>> a short survey.
>> If not -- reply to this email and tell us what else we can do to help.
>>
>> Take Survey
>> <https://support.google.com/google-ads/contact/survey_transactional?caseid=3-5981000025961&hl=en&ctx=1>
>>
>> Also find us on our blog and discussion group:
>> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>> https://developers.google.com/adwords/api/community/
>> On 03/18/19 16:00:02 chirag....@gmail.com wrote:
>>
>> Hi,
>>
>> I am facing same issue.
>>
>> I want to use my standard access developer token. Is this way to allow
>> the developer token and revoke the other one?
>>
>> Thanks,
>>
>>
>> On Friday, 15 March 2019 06:44:35 UTC+5:30, googleadsapi-forumadvisor
>> wrote:
>>
>> Hi Rod,
>>
>> Upon further investigation, I found out that for a given Google Cloud
>> project ID, the Google Ads API only allows you to use one developer token.
>> The DEVELOPER_TOKEN_PROHIBITED error indicates that in the past, there
>> was at least one request to your Google Ads API using OAuth credentials
>> from the same project ID but different developer token.
>>
>> The best way to resolve this issue is to create a new Google Cloud
>> Project ID, obtain a new OAuth2 credentials from a client under the new
>> project ID, and use those credentials in your requests with your developer
>> token.
>>
>> Let me know if it works.
>>
>> Regards,
>> Luis
>> Google Ads API Team
>>
>>
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>>     http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>>     https://developers.google.com/adwords/api/community/
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>> Was your question answered? Please rate your experience with us by taking
>> a short survey.
>> If not -- reply to this email and tell us what else we can do to help.
>>
>> Take Survey
>> <https://support.google.com/google-ads/contact/survey_transactional?caseid=3-5981000025961&hl=en&ctx=1>
>>
>> Also find us on our blog and discussion group:
>> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>> https://developers.google.com/adwords/api/community/
>> On 03/14/19 17:00:18 rodolphe...@artefact.com wrote:
>>
>> Hello,
>>
>> I've done these steps and it still doesnt work,
>> I had done these steps through the google oauth playground before leading
>> to the same error though.
>>
>> Another information : i have another gcp project where i created oauth2
>> credentials and i'm able to request google ads API with the API token but i
>> still cant achieve this goal with the second gcp project, still failin with
>> the same error.
>>
>> I can find no informations on the documentations about how to solve that
>> issue,
>>
>> Rod
>>
>> On Tuesday, 12 March 2019 04:25:13 UTC+1, googleadsapi-forumadvisor wrote:
>>
>> Hi Rod,
>>
>> If you are using a new developer token, you should generate a new OAuth2
>> credentials by following this guide
>> <https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project>.
>> Then, you should also generate a new refresh token
>> <https://developers.google.com/google-ads/api/docs/first-call/refresh-token> 
>> as
>> well. Let me know if it works after trying my suggestions.
>>
>> Thanks and regards,
>> Luis
>> Google Ads API Team
>>
>>
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>>     http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>>     https://developers.google.com/adwords/api/community/
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>> Was your question answered? Please rate your experience with us by taking
>> a short survey.
>> If not -- reply to this email and tell us what else we can do to help.
>>
>> Take Survey
>> <https://support.google.com/google-ads/contact/survey_transactional?caseid=3-5981000025961&hl=en&ctx=1>
>>
>> Also find us on our blog and discussion group:
>> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>> https://developers.google.com/adwords/api/community/
>> On 03/11/19 19:07:44 rodolphe...@artefact.com wrote:
>>
>> Hello,
>>
>> To request Google Ads API v1, we use oauth2 flow, using
>> client_id/client_secret created in GCP interface and refresh_token
>> associated with our account on google Adwords interface from google oauth2
>> playground.
>>
>> We are trying to update our developper token as we obtained a standard
>> access.
>> We were requesting Google Adwords API with no troubles with a previous
>> API token associated with another MCC account, and the same gcp project.
>>
>> Now that we change the API token, we are receiving DEVELOPER_TOKEN_PROHIBITED
>> "Developer token 'XXXXX' is not allowed with project 'XXXXX'.
>>
>> Could you please tell us which relationship lies between API token and
>> gcp project ?
>> Any hints about how to solve that issue ?
>>
>> Thanks for your help
>>
>> Rod,
>>
>>
>> <https://www.ai-night.com/join-ai-night-2019/>
>>
>> This email and any attachments contains privileged and confidential
>> information intended only for the use of the addressee(s). If you are not
>> an intended recipient of this email, you are hereby notified that any
>> dissemination, copying or use of information is strictly prohibited. If you
>> received this email in error or without authorization, please delete the
>> email from your system and notify us immediately by sending us an email. If
>> you need any further assistance, please send a message to
>> he...@artefact.com.
>>
>> --
>> --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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.
>> Visit this group at https://groups.google.com/group/adwords-api.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/adwords-api/94398e22-b8fb-4f6c-b568-dfb23b0b2aa2%40googlegroups.com
>> <https://groups.google.com/d/msgid/adwords-api/94398e22-b8fb-4f6c-b568-dfb23b0b2aa2%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> <https://www.ai-night.com/join-ai-night-2019/>
>>
>> This email and any attachments contains privileged and confidential
>> information intended only for the use of the addressee(s). If you are not
>> an intended recipient of this email, you are hereby notified that any
>> dissemination, copying or use of information is strictly prohibited. If you
>> received this email in error or without authorization, please delete the
>> email from your system and notify us immediately by sending us an email. If
>> you need any further assistance, please send a message to
>> he...@artefact.com.
>>
>> --
>> --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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.
>> Visit this group at https://groups.google.com/group/adwords-api.
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/adwords-api/393f9aa8-5712-4812-af0e-63f150024090%40googlegroups.com
>> <https://groups.google.com/d/msgid/adwords-api/393f9aa8-5712-4812-af0e-63f150024090%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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.
>> Visit this group at https://groups.google.com/group/adwords-api.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/adwords-api/289a6b0b-7a12-44b7-af45-76e2333f3d55%40googlegroups.com
>> <https://groups.google.com/d/msgid/adwords-api/289a6b0b-7a12-44b7-af45-76e2333f3d55%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/O8_y2xt0nGo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/cffa2e0a-b713-44c6-964a-3dc16989c65f%40googlegroups.com
> <https://groups.google.com/d/msgid/adwords-api/cffa2e0a-b713-44c6-964a-3dc16989c65f%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAP0TF-vzGR%3D8VKYmvHk-w%2Bap4MB%2BP8OGgUM%2B%2BKfZLRv0nQfDUQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • RE: How... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
    • Re... cv
      • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
        • ... cv
          • ... Chirag eReportz
            • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
              • ... cv
                • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
                • ... cv
                • ... Nico B
    • Re... Nico B
    • RE... Google Ads API Forum Advisor Prod
      • ... Nick Petzold
    • Re... Google Ads API Forum Advisor Prod

Reply via email to