Follow up for redirect_uri issue

Finally, I created a developer HubSpot account and now I can setup client_id and redirect_uri there.
And here is the auth url generated:

https://app.hubspot.com/oauth/authorize?client_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx”\

+ “&redirect_uri=http://localhost:8092/api/integrations/hubspot/callback”\

+ “&scope=crm.objects.companies.read+crm.schemas.contacts.read+”\

+ “crm.objects.deals.read+crm.schemas.companies.write+”\

+ “crm.schemas.custom.read+crm.schemas.companies.read+”\

+ “crm.objects.companies.write+crm.schemas.contacts.write+”\

+ “crm.objects.contacts.write+crm.objects.contacts.read+”\

+ “crm.objects.owners.read+crm.objects.custom.read”\

+ “&response_type=code”
However now, the problem is I cannot create companies, contacts, owners object in my HubSpot developer account, and I get this error when I do the authentication:

Do anyone told me how can I get the missing features? Do I need to talk with sales?

Hey, @KWong2 :waving_hand: Thanks for reaching out. A quick request — From your Developer portal, can you:

  • Click the Testing tab
  • Click the Create a Test Account
  • Set up the App Test Account
  • Use this account to test out your App

Developer portals do not the ability to create Contacts, Deals, etc, but App Test Accounts do have that ability. Here’s the full article on our different account types — HubSpot Account Types

Best,

Jaycee