fivetran auth to hubspot... refresh_token? bad client secret?
SOLVE
I am automating integration of fivetran to hubspot. I would rather not use the fivetran connect card and manually reconfigure regularly. To authenticate hubspot to fivetran I need: client_id, client_secret, and refresh_token.
I think I found the client_id in an auth url. It's a guid. It sure would be nice if hubspot made this easier to find.
The client secret comes from a private app I created in Integrations.
Ok, so the refresh token... the access key from the private app isnot it.
I thought I might find the refresh token from the python hubspot library, with python 3.11.
with that, I pass the access token from the private app to create the client and make the tokens_api request and it should return a refresh token from some of the doc i saw.
fivetran auth to hubspot... refresh_token? bad client secret?
SOLVE
Hey, @DIntegration4👋 Can you share the guide you are following, please? I ask because I've seen cases where some integrations or connectors require a public app using OAuth and some that have updated to allow for Private Apps. This can also help our community members to give you additional insight as well.