Re: [Google Ads Api] Refresh token returns not found

2021-02-24 Thread Varun Rau
Thanks responded in a private message. :) On Wednesday, February 24, 2021 at 11:36:20 AM UTC-8 adsapiforumadvisor wrote: > Hi Varun, > > Can you confirm if you have created the client ID for a web application? > This is the only type of application that will work for the OAuth > playground. >

Re: [Google Ads Api] Refresh token returns not found

2021-02-24 Thread Varun Rau
Hi Matt! Thanks for the quick response! I was able to get a refresh token using the OAuth playground. Unfortunately, I still receive the same Not Found error. This is the request I'm making: $ curl \ --data "grant_type=refresh_token" \ --data "client_id=MYID.apps.googleusercontent.com" \

[Google Ads Api] Refresh token returns not found

2021-02-23 Thread Varun Rau
Hi, My goal is to develop against the conversion upload service in Node. Since there is no node client library, I'm using the REST apis. I'm currently stuck trying to get a valid access token from my refresh token. I created a new OAuth 2.0 client id for my project where I have the client id a