APIs & Integrations

gogrow_dev
Member

Content scope missing

SOLVE

When  a user goes through OAuth authorization flow, `content` scope won't be listed when navigating to authorization link unless user has `superadmin` role.

 

* scopes the app is requesting:

'crm.lists.read',
'crm.objects.companies.read',
'crm.objects.contacts.read',
'crm.objects.deals.read',
'crm.objects.owners.read'
* optional scopes:
'automation',
'content',
'e-commerce',
'social',
'business-intelligence',
'forms',
'sales-email-read',
'tickets',
'crm.objects.custom.read',
'crm.schemas.custom.read',
'crm.objects.feedback_submissions.read',

 

I checked post:

https://community.hubspot.com/t5/APIs-Integrations/Authorize-Couldn-t-complete-the-connection-with-o...

 

But the answer didn't solve my issue.

 

The authorization link is looking like this:

 

https://app.hubspot.com/oauth/authorize?client_id=xxx-xxx-xxxc&client_secret=xxx-xxx-xxx&redirect_uri=<encoded_callback>&response_type=code&scope=crm.lists.read%20crm.objects.companies.read%20crm.objects.contacts.read%20crm.objects.deals.read%20crm.objects.owners.read&optional_scope=automation%20content%20e-commerce%20social%20business-intelligence%20forms%20sales-email-read%20tickets%20crm.objects.custom.read%20crm.schemas.custom.read%20crm.objects.feedback_submissions.read

 

I can't also find which permissions should I enable for a user in order to allow them to have access to `content` scope

 

0 Upvotes
1 Accepted solution
DilionSmith
Solution
Participant

Content scope missing

SOLVE

Hey there,

I would ensure that the user who is granting access is a Super Admin or make sure you are logged in as one when clicking the OAuth link.

This would be a great start to debug this issue.

View solution in original post

0 Upvotes
2 Replies 2
DilionSmith
Solution
Participant

Content scope missing

SOLVE

Hey there,

I would ensure that the user who is granting access is a Super Admin or make sure you are logged in as one when clicking the OAuth link.

This would be a great start to debug this issue.

0 Upvotes
gogrow_dev
Member

Content scope missing

SOLVE

The thing is that I don't want that user to be super admin, just want to provide them with the `content` permission to allow them to pull data from certain endpoints. I've enabled all the marketing permissions and that didn't work.

0 Upvotes