<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read]) in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686958#M56455</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;! It should be the issue. Thanks for the support.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 15:45:20 GMT</pubDate>
    <dc:creator>LeoCout</dc:creator>
    <dc:date>2022-08-30T15:45:20Z</dc:date>
    <item>
      <title>This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685387#M56290</link>
      <description>&lt;P&gt;Hey guys. I'm seeing an issue when I try to do a request to the endpoint(&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/cms/v3/site-search/search?groupId=887053" target="_blank"&gt;https://api.hubapi.com/cms/v3/site-search/search?groupId=887053&lt;/A&gt;).&lt;BR /&gt;I configured the scope("content") as said on the site-search docs, but I still facing the same issue.&amp;nbsp;&lt;BR /&gt;The error message is saying that I need to configure a site-search-read scope that doesn't exist on my private app scope config. Does anyone know what I need to do to solve this issue?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 21:25:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685387#M56290</guid>
      <dc:creator>LeoCout</dc:creator>
      <dc:date>2022-08-25T21:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685419#M56299</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/439634"&gt;@LeoCout&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't seem to replicate that, using an access token for a private app I've set up with scope "content" I'm making the following request which returns some results. The same is true for an app I've installed using oAuth.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET /cms/v3/site-search/search?groupId={{ blog_id }}&amp;amp;q={{ query }} 
Host: api.hubapi.com
Authorization: Bearer {{ access_token }}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm the method of authorization you are using? Can you also include what scopes you have set ( I know you only need content) so we've a full overview? Can you also ensure you are including the "q" parameter in your request as without this it will always throw an error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 22:24:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685419#M56299</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2022-08-25T22:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685470#M56306</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried to add all the scopes that a private app can have and I still see the same issue. I'm using oAuth too. I tried to test through the&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/cms/site-search" target="_blank"&gt;https://developers.hubspot.com/docs/api/cms/site-search&lt;/A&gt;&amp;nbsp;too and the same error again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even created another account just to make tests on that and I got the same error again.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 23:54:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685470#M56306</guid>
      <dc:creator>LeoCout</dc:creator>
      <dc:date>2022-08-25T23:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685474#M56309</link>
      <description>&lt;P&gt;&lt;SPAN&gt;And I checked the scopes that my token has using&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://api.hubapi.com/oauth/v2/private-apps/get/access-token-info" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.hubapi.com/oauth/v2/private-apps/get/access-token-info&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;. And it seems fine, the "content" scope is there.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 00:01:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685474#M56309</guid>
      <dc:creator>LeoCout</dc:creator>
      <dc:date>2022-08-26T00:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685887#M56339</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;do you know what means this "site-search-read"? It might give us a clue about what is going on.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 20:43:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/685887#M56339</guid>
      <dc:creator>LeoCout</dc:creator>
      <dc:date>2022-08-26T20:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686533#M56407</link>
      <description>&lt;P&gt;I have the same issue.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 22:25:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686533#M56407</guid>
      <dc:creator>daniel_martins</dc:creator>
      <dc:date>2022-08-29T22:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686687#M56427</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/439634"&gt;@LeoCout&lt;/a&gt;&amp;nbsp;what version of the CMS are you using? Free, Starter, Pro or Enterprise?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 07:54:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686687#M56427</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2022-08-30T07:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686939#M56452</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&amp;nbsp;! I'm using the free one. Do I need a specific version to use this search feature?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 15:14:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686939#M56452</guid>
      <dc:creator>LeoCout</dc:creator>
      <dc:date>2022-08-30T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686949#M56453</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/439634"&gt;@LeoCout&lt;/a&gt;&amp;nbsp;that is the issue I'm afraid. In order to use that endpoint you are required to have either Marketing Pro/Ent or CMS Pro/Ent. See a breakdown of the APIs by tier &lt;A href="https://developers.hubspot.com/apisbytier" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also if you look at the "content" &lt;A href="https://developers.hubspot.com/docs/api/working-with-oauth#scopes" target="_blank" rel="noopener"&gt;scope&lt;/A&gt; on the developer documentation you'll notice that it's only available to the account types mentioned above:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-08-30 at 16.22.55.png" style="width: 729px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/73886iF4DA4EF0E7EC4ABC/image-dimensions/729x113?v=v2" width="729" height="113" role="button" title="Screenshot 2022-08-30 at 16.22.55.png" alt="Screenshot 2022-08-30 at 16.22.55.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 15:23:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686949#M56453</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2022-08-30T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: This oauth-token (***) does not have proper permissions! (requires any of [site-search-read])</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686958#M56455</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;! It should be the issue. Thanks for the support.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 15:45:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/This-oauth-token-does-not-have-proper-permissions-requires-any/m-p/686958#M56455</guid>
      <dc:creator>LeoCout</dc:creator>
      <dc:date>2022-08-30T15:45:20Z</dc:date>
    </item>
  </channel>
</rss>

