On Friday, April 6, 2018 at 9:37:57 AM UTC+7, Trường Nguyễn Xuân wrote: > > 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 => Failed to get campaigns. Exception says "Value cannot be null. > Parameter name: AdWords API requires a developer token. If you don't have > one, you can refer to the instructions at > https://developers.google.com/adwords/api/docs/signingup to get one." > > > <https://lh3.googleusercontent.com/-CGcLVPeo0sw/Wsbonkvi0aI/AAAAAAAAADU/w-eEPLaNKSwvPEpPAOT6YiyZlXfTjX9DQCLcBGAs/s1600/%25C3%25A0dsgg.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/068dd43e-067f-478b-8f44-7a2ba26f88b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
