We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hubspot has discontinued support for API Keys (as you know: #701).
Looking here, I don't see support for private app tokens.
Using hs cli 4.0.0
Run
HUBSPOT_PORTAL_ID=your-id HUBSPOT_API_KEY=your-key hs fetch / ./hubspot-files --overwrite --use-env
and observe that it fails because api keys were deprecated.
So now we'd expect something like this to work:
HUBSPOT_PORTAL_ID=your-id HUBSPOT_PRIVATE_APP_TOKEN=pat-xxxxx hs fetch / ./hubspot-files --overwrite --use-env
but it doesn't
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description and Context
Hubspot has discontinued support for API Keys (as you know: #701).
Looking here, I don't see support for private app tokens.
Using hs cli 4.0.0
Steps to reproduce
Run
and observe that it fails because api keys were deprecated.
Expected behavior
So now we'd expect something like this to work:
but it doesn't
Screenshots
Who to Notify
The text was updated successfully, but these errors were encountered: