Hi I used Integrating Google Sign-In into my web.
<meta name="google-signin-scope" content="email https://www.googleapis.com/auth/adwords"> <script src="https://apis.google.com/js/platform.js" async defer></script> And I have the javascript function var google_auth = gapi.auth2.getAuthInstance(); google_auth.grantOfflineAccess({ response_type: 'code', approval_prompt: 'force', access_type: 'offline' }).then(function(res){ console.log('res.code: ' + res.code); }); How to get list adwords account from res.code after authentication ? Or How to get all account that belong to specific email Pls help me Thanks & Rgds Luc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 and Google Ads 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/39d57db4-7331-4761-b2f8-76ef6c93fc60%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
