Re: oauth2l tool error: missing 'type' field in credentials

2023-12-04 Thread TM Drift
As I have now stated a couple of times, I have not made it to the point where I can try to make requests. *I am stuck at the point where I am trying to fetch a refresh token* as stated here: https://developers.google.com/google-ads/api/docs/get-started/make-first-call. [image: fetch.png]

Re: oauth2l tool error: missing 'type' field in credentials

2023-11-30 Thread TM Drift
The refresh token has not been generated - that is what I am trying to do following the directions here: https://developers.google.com/google-ads/api/docs/get-started/make-first-call However, as stated, when I try to run the oauth2l tool, I get the "missing 'type' field in credentials" error.

Re: oauth2l tool error: missing 'type' field in credentials

2023-11-29 Thread TM Drift
I can confirm that I have; 1. gotten a developer token 2. set up a Google API Console project 3. created a consent screen 4. gotten a client ID and a client secret 5. downloaded the credentials file from the page in step 4 The credentials file contains the following nodes (real

oauth2l tool error: missing 'type' field in credentials

2023-11-29 Thread TM Drift
I am trying to follow the direction on https://developers.google.com/google-ads/api/docs/get-started/make-first-call#fetch_a_refresh_token using the oauth2l tool to generate a refresh token. However I get the mentioned "missing 'type' field in credentials" error. I have downloaded the