a specifically helpful first step would be the req...
# getting-started
f
a specifically helpful first step would be the required oauth scopes.
j
I don’t remember having to mess with Oauth scopes, but to be honest there was someone else on my team that setup hubspot and got us the client id and what not. I think we kind of cheated and looked at Matillion’s documentation for how to get those tokens. https://documentation.matillion.com/docs/2521443 the section on “Acquiring Third-Party Credentials” about a quarter of the way down is what we used to guide us (though it’s a bit dated now)
then I had to use a curl command to get the redirect url
f
where did you curl to get the Redirect URL?
i am running
meltano ui
on localhost for development.
j
you do it outside of meltano, as suggested here https://legacydocs.hubspot.com/docs/methods/oauth2/oauth2-quickstart
f
i generated the tokens using the quickstart github repository from that guide.
the client id, secret and probably the token are correct.
Copy code
Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
this is what the console prints when i run the
Test Connection
j
hmm. I didn’t use the quickstart guide I just did it manually (using several python
request
calls). I wish I could remember exactly what I did, but I got rid of the code a while back