APIs & Integrations

PEscrieut
メンバー

Error on Associate a quote template to a quote

Hello, I'm following this tutorial: https://developers.hubspot.com/docs/api/crm/quotes

 

When I try to associate the quote to the quote template using /crm/v3/objects/quote_template/{QUOTE_TEMPLATE_ID}/associations/quote/{QUOTE_ID}/quote_template_to_quote it is failed

I have this error:

{     "status": "error",     "message": "The scope needed for this API call isn't available for public use. If you have questions, contact support or post in our developer forum.",     "correlationId": "bb32e55f-3d60-4fbd-ab91-bd8dd72d80e3",     "links": {         "support": "https://help.hubspot.com",         "forum": "https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations"     },     "category": "MISSING_SCOPES" }

 

But I add all the scope set in the tutorial (by the way one of them is wrong: crm.schemas.quoteS.read and not crm.schemas.quote.read

 

Of course, I have a quote template created from Hubspot. It is also visible through the API (get quote template).

 

Can you help me? Which scope is missing?

 

Thanks 

2件の返信
BHooker
投稿者

Error on Associate a quote template to a quote

Has this been changed?  I'm getting the same error when trying to associate a template to a quote.

 

 

ERROR	{
  status: 'error',
  message: "The scope needed for this API call isn't available for public use. If you have questions, contact support or post in our developer forum.",
  correlationId: '9838407e-318f-4766-b7e0-10348980177c',
  links: {
    support: 'https://help.hubspot.com/',
    forum: 'https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations'
  },
  category: 'MISSING_SCOPES'
}

   

0 いいね!
richardwalsh
参加者 | Platinum Partner
参加者 | Platinum Partner

Error on Associate a quote template to a quote

Same problem here.

I don't believe it is that the scope is missing, but rather they haven't enabled the association API open to the public.

It's literally the last step in a fully automated workflow to create and email quotes to clients. Grr.

0 いいね!