Hi all, I’m trying to use `tap-google-sheets` and ...
# plugins-general
t
Hi all, I’m trying to use
tap-google-sheets
and am filling my config which likes like:
Copy code
{
  "client_id": "YOUR_CLIENT_ID",
  "client_secret": "YOUR_CLIENT_SECRET",
  "refresh_token": "YOUR_REFRESH_TOKEN",
  "spreadsheet_id": "YOUR_GOOGLE_SPREADSHEET_ID",
  "start_date": "2019-01-01T00:00:00Z",
  "user_agent": "tap-google-sheets <api_user_email@example.com>"
}
and I’m wondering how to get the
refresh_token
. What would be easiest way to get the info?