You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: