I have crm.objects.custom.write scopes in my private app. but I have an error like this
{
"status": "error",
"message": "This app hasn't been granted all required scopes to make this call. Read more about required scopes here: https://developers.hubspot.com/scopes.",
"correlationId": "0a5ab4bc-b7b5-45f8-ae16-7a9a198e5a1e",
"errors": \[
{
"message": "One or more of the following scopes are required.",
"context": {
"requiredScopes": \[
"crm.objects.custom.write"
]
}
}
],
"links": {
"scopes": "https://developers.hubspot.com/scopes"
},
"category": "MISSING\_SCOPES"
}
Could you kindly tell me what solution is?