Comments
-
I'm not sure the steps you're using when calling the API endpoint, but I can share what i've had success with. I was recieving the 400 error as well. Step 1: Create a client within the developer portal under my account "new client". (assuming you already did, just trying to help others) Step 2: Navigate to the below URL…
-
I'm not sure the steps your using when calling the API endpoint, but I can share what i've had success with. I was recieving the 400 error as well. Step 1: Create a client within the developer portal under my account "new client". (assuming you already did, just trying to help others) Step 2: Navigate to the below URL and…
-
Figure I'd reply with a working script. I was able to call the token refresh and capture the value using a promise. Once the promise is fullfilled the refresh token is passed to a the datset list request. The better approach would be to chain the promise however using Google Dev tools, It helped to walk through the steps…