Hi!
I am currently creating a skill, that needs to be able to create an event in the users Google Calendar. Therefore, I need to get the Access Token - which is working just fine with my configuration. But after some time, the token expires and I just get „None“ back - instead of the token. I’ve found some similar posts, that have already been published and answered, but sadly, none of them helped me making it work - even though I did everything that was mentioned in the suggestions.
This is is my config:
Authorization URL : https://accounts.google.com/o/oauth2/auth?access_type=offline Authentication Grant Type: Auth Code Grant Access Token URI: https://accounts.google.com/o/oauth2/token Client Authentication Scheme: Credentials in request body
Maybe someone could help me, please?
Thanks in advance,
- Laureen