OAuth Google Drive connection doesn't have an id-token, and refresh isn't working?

Awesome! :sunglasses:

I also don't have the ID token and that shouldn't be an issue:
Screenshot 2024-08-21 at 4.50.27 PM

Now let's do some testing:

  1. Create an app or use an existing one where this Resource is being used. For example, I created an app with one query that gets my Google Drive files:

Note: Keep this tab open and have another tab with your Resource settings.

  1. Revoke the Access token on the Resource settings:

Should look like:

  1. Go back to the app and run the query again. If our setup is correct, it should be successful. If it's not, please share the error that we see.

  2. Go back to the tab with the Resource settings and click the 'Refresh' button:

Screenshot 2024-08-21 at 5.00.51 PM

We should see the Access token there again because of the successful automatic re-authentication:
Screenshot 2024-08-21 at 5.01.49 PM