Hi All,
I’m getting an error trying to pull the events from a Google Calendar, using the API Connector, and i’m hoping someone can help me solve it.
I was able to get my access_token thanks to the steps in this:
Sure…here goes:
Google App creation
You first need to create an OAuth client app in the Google Console at https://console.cloud.google.com and navigate to “Credentials” in the API section.
[36%20AM]
Click on “Create credentials” and choose “OAuth client ID”
[53%20AM]
Select “Web application”, provide a name (not terribly important what it is,) and provide the “Authorized redirect URI’s” for you bubble app. These need to match a page created later in this process, so for this example we ar…
So I run the workflow to get my access_token and then I quickly take that token and put it in here, like this:
The calendarId there that I’m trying to initiate the call with is the email of the calendar I obtained as part of the first step when I got the access_token.
When I initiate this call, it gives me this error:
I’m trying to get the list of events in that Calendar.
Any ideas?
thanks in advance!
I am getting similar error:
Hi,
can anyone pls help me identify the issue with API call to FreeBusy? (Freebusy | Calendar API | Google Developers ).
Here’s parameters I am putting in:
[Screen Shot 2021-12-07 at 2.59.46 PM]
But getting error saying:
undefined error: this header name is not correct undefined
I tried adding headers [Access: application/json] as well as Authorization: Bearer [token[, but no results.
Before getting to freebusy, I have made API calls to get access and refresh tokens.
Do need to have …