Kubessandra / react-google-calendar-api

An api to manage your google calendar
MIT License
215 stars 88 forks source link

HTTP Error Code 401 #78

Closed mohamad-elbohsaly closed 2 years ago

mohamad-elbohsaly commented 2 years ago

Upon signing in, the popup gets closed by itself and displays: "dipframe_initialization_failed"

I am using your latest package version and OAuth credentials generated by a Google console project of mine as well as

script="https://apis.google.com/js/platform?onload=init" async defer

Kindly advise on making authentication smoother.

Kubessandra commented 2 years ago

I think this is not related to the package but more on the setup of your google credentials.

Here is your issue: https://stackoverflow.com/questions/46472945/idpiframe-initialization-failed-in-google-sign-in-from-localhost

I'm closing it, feel free to re-open it if you don't have a solution