Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micaelbergeron/50493d87ba711389143fcda3645ed88a to your computer and use it in GitHub Desktop.
Save micaelbergeron/50493d87ba711389143fcda3645ed88a to your computer and use it in GitHub Desktop.
tap-zendesk runs
With wrong API Token creds
```
~/git/gitlab/analytics/tap-zendesk.venv zendesk-singer* ⇡
(tap-zendesk.venv) ❯ tap-zendesk -c tap-zendesk/config.json
ERROR Cannot find OAuth configuration.
ERROR API Token authentication failed.
```
With correct API Token creds
```
~/git/gitlab/analytics/tap-zendesk.venv zendesk-singer* ⇡ 47s
(tap-zendesk.venv) ❯ tap-zendesk -c tap-zendesk/config.json
ERROR Cannot find OAuth configuration.
INFO API Token authentication successful.
...
```
Without API Tokens creds
```
~/git/gitlab/analytics/tap-zendesk.venv zendesk-singer* ⇡
(tap-zendesk.venv) ❯ tap-zendesk -c tap-zendesk/config.json
ERROR Cannot find OAuth configuration.
ERROR Cannot find API Token configuration.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment