I’ve got a question about permissions with the API. Some of our customers are receiving the following error message:
Couldn’t complete the connection, This account doesn’t have access to some HubSpot features that are required by this app. Please contact the app developer.
(For Hubspot devs I believe the app ID here is 1286029)
We’re requesting the following list of scopes:
- crm.schemas.contacts.write
- oauth
- forms
- integration-sync
- tickets
- crm.objects.contacts.write
- e-commerce
- crm.schemas.custom.read
- crm.objects.custom.read
- crm.objects.custom.write
- crm.objects.companies.write
- crm.lists.write
- crm.objects.companies.read
- crm.lists.read
- crm.schemas.contacts.read
- crm.objects.contacts.read
My guess is that not all Hubspot account types have access to these. Can you let me know which ones are limited so that we can scale back our scopes or at least let people know that their account type isn’t supported and what they need to move up to?