Hello everyone,
I’m using the Calendar from Google API (by Zerocode - Calendar from Google Plugin | Bubble) and I’m getting the following error:
When the bubble user authenticates to google and goes back from the login screen to my bubble site, although theoretically my screen works normally, I get the following error message:
====
The service Google Calendar - Retrieve Calendar Events just returned an error (HTTP 404). Please contact the plugin author directly for feedback. Raw error:
{
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “notFound”,
“message”: “Not Found”
}
],
“code”: 404,
“message”: “Not Found”
}
}
=====
It is worth mentioning that this error message only appears on the screen the first time the screen is loaded after the user logs in with google credentials.
Every next time he opens the screen, the error is not displayed (at least not on the screen… only in the bubble debugger).
P.S. google translator english.
Thanks.