would anyone have some insight on why I would be s...
# plugins-general
n
would anyone have some insight on why I would be suddenly be getting this error for tap-google-analytics?
Copy code
INFO Attempting refresh to obtain initial access_token
INFO Refreshing access_token
INFO Failed to retrieve access token: {
  "error": "invalid_client",
  "error_description": "The OAuth client was not found."
}
CRITICAL invalid_client: The OAuth client was not found.
d
@nevin_morgan No idea 😕 Could Google have disabled your OAuth client for some reason?
n
I am a little lost. According to the api console the client is still there and I regenerated creds just to be sure that I wasn't somehow using expired ones
looks like I get to try and talk to google support 🤷
d
@nevin_morgan You've verified that tap-google-analytics is getting the correct configuration? (
meltano config tap-google-analytics
)
n
yeah. I am using the downloaded credentials json
d
😕
n
it was working last week which is what is mind boggling
d
Super odd