-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private App support #211
Comments
+1. I'm also struggling with this. |
Hi @RossyWhite I was able to get my private app working using this repo: https://github.com/potloc/tap-hubspot I don't know if you use Meltano but this repo supports it which makes it easier to install imo: https://hub.meltano.com/extractors/tap-hubspot--potloc/ |
+1 I am also waiting for private app support. The potloc tap does work with meltano but it is missing few streams. |
+1 would be great to have private app support (seems to be the new standard) |
As HubSpot document says hapikey will be unavailable at the end of November, I'm consider moving from hapikey to private app access token.
I've tried to set private access token to
access_token
field inconfig.json
,but tap-hubspot failed because it tried to refresh access token without oauth parameters.
Then, I've tried to set some dummy value to
token_expires
to prevent from refreshing access token (ref),but type mismatch error occurred because given value is
str
, not instance ofdatetime.datetime
.Any good ideas?
The text was updated successfully, but these errors were encountered: