I am using the API connector for Google Calendar API. The problem I am facing is that the token keeps expiring and my understanding is that by checking the “Add access_type=offline (Google APIs)” option in the API connector, that should handle the refresh token for me so I don’t run into an expired token issue - but this is not happening.
I tried checking “Add access_type=offline (Google APIs)” option, that didn’t work. I tried adding the parameters in the link as you see below as well, that didn’t work either.
You can adjust the scopes to meet your actual needs.
Now, you may find you have to perform the login via social if you want to modify and reinitialize the call, but the runtime tokens in your app should refresh even if the api connector shows:
According to Google’s documentation, enabling offline_access should suffice. Am I wrong in this case? @NigelG Perhaps you have some more details on this.