Couldn't complete the connection. An invalid scoped name was provided. Contact the app developer

Error Message: Couldn't complete the connection. An invalid scoped name was provided. Contact the app developer

Action:
When authenticating to a HubSpot account using Rest Connection, the following error occurs during token generation.
Error Message:
"Couldn't complete the connection. An invalid scoped name was provided. Contact the app developer"
Solution:

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.

  1. crm.schemas.deals.read
  2. oauth
  3. crm.objects.owners.read
  4. crm.objects.contacts.write
  5. crm.objects.companies.write
  6. crm.lists.write
  7. crm.objects.companies.read
  8. crm.lists.read
  9. crm.objects.deals.read
  10. crm.schemas.contacts.read
  11. crm.objects.deals.write
  12. crm.objects.contacts.read
  13. crm.schemas.companies.read
Note: 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.

    Book a Presales Call


    Are you new to COZYROC and evaluating our solutions? 
    Book a Presales Call with us now and get 5% off SSIS+.
      • Related Articles

      • Error Message: Invalid Token Password

        Action: Test Connection succeeds, but then the REST Connection Manager fails with the following error message. Error Message: Invalid Token Password Solution: Please check what your Package Protection Level is.  If it is DontSaveSensitive, then all ...
      • Validation error. CozyRoc File Transfer Task <TASK NAME>: '<CONNECTION MANAGER NAME>' connection is not 'FILE' type.'

        Action: When configuring a package using the File Transfer Task, the following error is encountered. Error Message:  Validation error. CozyRoc File Transfer Task <TASK NAME>: '<CONNECTION MANAGER NAME>' connection is not 'FILE' type.' Solutions: This ...
      • Why the buttons on the REST Connection manager are missing?

        Problem: I am not able to configure my REST Connection Manager component. After I select "Configuration", the buttons on the REST Connection manager screen are gone, they are missing . Look at the screenshot below: Solution: A possible reason for ...
      • How to add contacts to contact list in Hubspot.

        When you want to add Contacts then map the VIDS to the addContacts and the value for VIDS needs to be like this: {"vids": [1,51]} Here is another way of showing what it needs to look like if we are using a SQL query as a source for some sample data ...
      • How to dynamically set a user parameter in a REST Connection.

        Create a REST Connection with a custom configuration to use for our example. Let’s start by creating a REST Connection configuration that has authentication with two user parameters. We will set their values dynamically from variables using an ...