I want manage multiple unrelated accounts, I build OAuth2 sign-in flow into my application as part of adding OAuth2 support for my application.
When I using example from: https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth webconfg: <add key="AuthorizationMethod" value="OAuth2" /> <add key="OAuth2ClientId" value="505433625277-t510espo93frlkod33fcsqc0iuqa6sko.apps.googleusercontent.com"/> <add key="OAuth2ClientSecret" value="rqAS5M3LLCAnVgJvon7fty1U"/> <add key="OAuth2RedirectUri" value="http://localhost:56783/OAuthLogin.aspx" /> <add key="OAuth2Mode" value="APPLICATION"/> <add key="ClientCustomerId" value=""/> <add key="DeveloperToken" value=""/> <https://lh3.googleusercontent.com/-4j7UWraxExQ/WsbX5O3fQ7I/AAAAAAAAABk/-L2VbtsV6E4FILGowS5HsjfMvFNgYkQeQCLcBGAs/s1600/2018-04-06_091332.png> click Authorize User <https://lh3.googleusercontent.com/-N6HYW8mixNg/WsbYV4EdTXI/AAAAAAAAABo/FJj5xrSZMNErQY7yOBj3utZGRn0sidF1wCLcBGAs/s1600/2018-04-06_091445.png> <https://lh3.googleusercontent.com/-z5F6n1cZqHE/WsbaixsqHCI/AAAAAAAAACU/HPoXMH95WTwP4HIY2JUz4fwoILkcKlnfwCLcBGAs/s1600/2018-04-06_092434.png> accepp permision, after get campaign from customerId: 898-301-0144 <https://lh3.googleusercontent.com/-3S7H1iZ0hdA/WsbZNtsIIDI/AAAAAAAAAB4/P8V72tf7aRoHAND0auiRivtzL7lpEH_3gCLcBGAs/s1600/2018-04-06_091852.png> result => Developer token is not approved for production access, and the customer is attempting to access a production account.. (Error: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger: <null>) <https://lh3.googleusercontent.com/-svvXNRGj8M4/WsbdL6r1flI/AAAAAAAAAC4/fRnLRT1FwNwohWwe2TFkVN6XkegZrwK_ACLcBGAs/s1600/2018-04-06_093541.png> How to access API Adwords from another account? from my application when i don't have Developer token from another account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/b9122e85-56b7-4f80-ac0c-3ba2594bb5e4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
