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.
>
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.
If so, can you please reply privately and provide the exact curl request that
you are making?
Thanks,
Matt
Google Ads API Team
Matt
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" \
Hi Varun,
Thanks for reaching out. Can you please try obtaining the refresh token using
the OAuth Playground? Please let us know if you have any issues creating the
refresh token using this process.
Regards,
Matt
Google Ads API Team
Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2DITcQ:ref
--
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