# Google API Authorization Error

**URL:** https://community.parabola.io/t/google-api-authorization-error/1094
**Category:** Ask a question
**Tags:** Building-Flows, Using-APIs
**Created:** [September 23, 2020, 6:14pm UTC](https://community.parabola.io/t/google-api-authorization-error/1094 "2020-09-23T18:14:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Rodrigo\_Cardoso](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/rodrigo_cardoso/32/831_2.png) [@Rodrigo\_Cardoso](https://community.parabola.io/u/Rodrigo_Cardoso)
#### Post date: [September 23, 2020, 6:14pm UTC](https://community.parabola.io/t/google-api-authorization-error/1094/1 "2020-09-23T18:14:05Z")

</div>

Hi! I am trying to connect to google API to sendo information to Google BigQuery, I have created an OAuth2 Authorization, following the steps from this topic: [YouTube Analytics API with Parabola?](https://community.parabola.io/t/youtube-analytics-api-with-parabola/395/2), but I keep receiving an error saying it “can’t make the refresh request”.

Is there something I am missing? I was capable to receive the refresh token when using google playground or postman using the same information.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/129a3e4f1fbc33662dc3f7566f9c103078bcbdc6.png)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/0df2aac03e499c8bbcbe44cc833644c871268a21.png)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/16542230fa633cde126086319e234665f8b0e62e.png)

---

<div class="post-metadata">

### Author: ![brian](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian/32/11_2.png) [@brian](https://community.parabola.io/u/brian)
#### Post date: [September 23, 2020, 7:19pm UTC](https://community.parabola.io/t/google-api-authorization-error/1094/2 "2020-09-23T19:19:46Z")

</div>

That is perplexing! Looking on our end, it does not look like a refresh token was ever stored for you when you went through the authorization process. That either means one was not sent to us, or its in a spot in the response that we are not expecting - and both seem unlikely.

You mentioned that you were able to get one from Postman, would you be able to post the response that gave you a refresh token initially, with all personal information redacted? That way I can see the structure that is coming back.

---

<div class="post-metadata">

### Author: ![brian](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian/32/11_2.png) [@brian](https://community.parabola.io/u/brian)
#### Post date: [September 23, 2020, 7:59pm UTC](https://community.parabola.io/t/google-api-authorization-error/1094/3 "2020-09-23T19:59:40Z")

</div>

Also, could you try re-authorizing by clicking on Authorize at the last screenshot you sent?

---

<div class="post-metadata">

### Author: ![Rodrigo\_Cardoso](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/rodrigo_cardoso/32/831_2.png) [@Rodrigo\_Cardoso](https://community.parabola.io/u/Rodrigo_Cardoso)
#### Post date: [September 23, 2020, 8:13pm UTC](https://community.parabola.io/t/google-api-authorization-error/1094/4 "2020-09-23T20:13:01Z")

</div>

I have authorized it again.

I tested it again on Postman, the reason I am able to do the process there is because I can send data to BigQuery without having to use a refresh token, when I try to get a refresh token thought I get the following error:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/67c55f04a382653efc5f966037d62d4bde8d41bd.png)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/2df6798dc4b9d7adb73c58b5e19c08e0e35e6f13.png)

Maybe is the same error that appears to Parabola and that’s why it is not receiving a refresh token.

---

<div class="post-metadata">

### Author: ![Rodrigo\_Cardoso](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/rodrigo_cardoso/32/831_2.png) [@Rodrigo\_Cardoso](https://community.parabola.io/u/Rodrigo_Cardoso)
#### Post date: [September 23, 2020, 9:32pm UTC](https://community.parabola.io/t/google-api-authorization-error/1094/5 "2020-09-23T21:32:31Z")

</div>

Well… I managed to make it work.

Here’s what happened, I was able to retrieve the access token from Postman, but not capable to see the refresh token, that because the refresh token only appears on the first call after you have authorized the app.

So, just reauthorizing Parabola would not retrieve the refresh token, I had to go here: [https://myaccount.google.com/u/0/permissions](https://myaccount.google.com/u/0/permissions), **remove parabola’s access** and authorize it again.

Now it is working as expected.

Thank you for your support @brian.
