Access Token Issue
I'm trying to build a Siri AI agent where you can ask Siri something and it will automatically call the Voiceflow Dialog API (via Apple Shortcuts) and give back a response.
The assistant I'm trying to build is one that can view (and edit in the future updates) Google Sheets file. But as you all know, private Google Sheets file requires OAuth Access Tokens. The problem with access token is that they expire.
While refresh tokens don't expire, I still can't just paste the refresh token in place of the access tokne. I still have to manually get a new acceess token using the refresh token and change the access token in the API call action block in the Voiceflow creator dashboard, which kind of defeats the entire purpose of the AI agent.
Any help would be much appreciated.
