djaxad
1
Hey fellow bubblers!
For the past few days tried to connect Hubspot with API connector using User-agent flow.
The problem I found is that the access_token we receive from hubspot can’t be fetched by bubble…
here is a setup:
and error:
Workflow error - API Connector error: the Oauth2 API Hubspot is not configured properly - missing access_token getting data Oauth2 (raw response {“{"token_type":"bearer","refresh_token":"token was here","access_token":"___token was here","expires_in":1800}“:”“}) missing access_token getting data Oauth2 (raw response {”{"token_type":"bearer","refresh_token":"______","access_token":"token was here_____ “,"expires_in":1800}”:”"})
Any suggestion?
Thanks
@djaxad we are having similar issue with client. Interested to see if there is a solution. Bubble needs to fix!
johnny
3
Jici
4
@towns.agnew There’s nothing from Bubble to fix. Pretty sure your settings are not correct. First question: are you trying to connect your own hubpost account? If yes, user-agent is not the correct auth. If you need to connect to user account, at this moment, if I remember, you need to manually create the process. You can follow this topic: [Showcase] Manual OAuth2 Token Integration
1 Like
@johnny you nailed it. Thanks for the assist, this was exactly what I needed.