Hi all. I am running meltano with tap-xero. The pr...
# troubleshooting
a
Hi all. I am running meltano with tap-xero. The problem is that Xero API, when requesting an access token, also provides a new refresh_token. I am wondering if 1) the new refresh_token is saved anywhere (I checked the tap-xero source code and it seems it's saved back to the config file and 2) is there a way to retrieve it (it seems meltano uses temporary config files which get deleted at the end of the run). I need to store the latest refresh token so that I can use it in future requests.