Skip to content
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

Open
RossyWhite opened this issue Nov 7, 2022 · 4 comments
Open

Private App support #211

RossyWhite opened this issue Nov 7, 2022 · 4 comments

Comments

@RossyWhite
Copy link

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 in config.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 of datetime.datetime.

Any good ideas?

@benw-at-birdie
Copy link

+1. I'm also struggling with this.

@benw-at-birdie
Copy link

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/

@jackyspark
Copy link

+1 I am also waiting for private app support. The potloc tap does work with meltano but it is missing few streams.

@irenegonzalez27
Copy link

+1 would be great to have private app support (seems to be the new standard)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants