I currently have a working Google Calendar Integration (which was automatically imported from my configuration.yaml file). Since it was already imported and working, I deleted the old respective lines from my configuration.yaml a while back.
Anyway, I would like to redo my Google Calendar Integration from scratch. However, I am receiving the “`Received invalid token data.” error every time I try to create it.
Before starting from scratch:
-
I deleted the existing/working application credential under the 3 dot menu.
-
Also, while HA Core was stopped, I deleted the below files; and, started up HA Core again
config\.storage\application_credentials
config\.google.token
config\google_calendars.yaml
When I add the Google Calendar integration, it first asks me to create my Google Calendars application credential. After I enter the SAME IDENTICAL previously working “client_id
” and “client_secret
” , I get prompted with the Received invalid token data
error.
It appears there may be something still stuck in my configuration. What am I missing? I guess I could restore from Supervisor backup… however, I would still like to get this working from scratch using the new method since I’ve never done this before.