When authenticating to a HubSpot account using Rest Connection, the following error occurs during token generation.
"Couldn't complete the connection. An invalid scoped name was provided. Contact the app developer"
HubSpot made recently changes in OAUTH scopes. Please visit this link for more details. Below is the complete list of scopes that are required to generate the OAUTH token using COZYROC Rest Connection Manager.
automation content crm.lists.read crm.lists.write crm.objects.companies.read crm.objects.companies.write crm.objects.contacts.read crm.objects.contacts.write crm.objects.deals.write crm.objects.deals.read crm.objects.owners.read crm.schemas.companies.read crm.schemas.contacts.read crm.schemas.deals.read files forms oauth timelineNote: Versions 2.1 and prior to 2.1 may not have the above scopes by default. You will have to replace the default scopes with the list of scopes mentioned above during token generation.