Hello Anirudh, Looks like there is one more thread created for the same issue. To avoid confusion lets continue the discussion on that thread <https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/adwords-api/TxGb0WrhJfU/iYhdwxYGAwAJ> .
Regards, Sai Teja, AdWords API Team. On Thursday, October 11, 2018 at 7:14:33 AM UTC-4, anirudh maddy wrote: > > Here is my code in Node Js > > var newAcessToken = > getGoogleAccessToken(refresh_token); > > var bearerToken = 'Bearer '+ > newAcessToken; > > var url = ' > https://googleads.googleapis.com/v0/customers/XXXXXXXXXX?key=XXXXXXXXXXXXXX > '; > > var options = { > url: url, > headers: { > 'Authorization': bearerToken, > 'Accept': '*/*', > 'developer-token': 'XXXXXXXXXXXX', > } > }; > > > I'm getting Request is missing required authentication credential. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/729d9cb3-3f72-4801-acf1-df144c3917bd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
