<?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 Search V2 API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/716525#M31741</link>
    <description>&lt;P&gt;Hi! I am building Dropbox integration. Currently working with the search. I am using&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/files/search_v2" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/files/search_v2&lt;/A&gt;&amp;nbsp;api. For tests now I am using basic plan. In the documentation it says that I need&amp;nbsp;&lt;SPAN&gt;Dropbox-API-Path-Root param to make a request but it seems that there is no such param for basic plan. If I make request without this param endpoint gives me&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error_summary"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"no_permission/" error. My connected app has the requiredfiles.metadata.read scope. Do I need to upgrade to paid plan to work with search I do I miss something?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 11:34:53 GMT</pubDate>
    <dc:creator>Artyom L</dc:creator>
    <dc:date>2023-09-26T11:34:53Z</dc:date>
    <item>
      <title>Search V2 API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/716525#M31741</link>
      <description>&lt;P&gt;Hi! I am building Dropbox integration. Currently working with the search. I am using&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/files/search_v2" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/files/search_v2&lt;/A&gt;&amp;nbsp;api. For tests now I am using basic plan. In the documentation it says that I need&amp;nbsp;&lt;SPAN&gt;Dropbox-API-Path-Root param to make a request but it seems that there is no such param for basic plan. If I make request without this param endpoint gives me&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error_summary"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"no_permission/" error. My connected app has the requiredfiles.metadata.read scope. Do I need to upgrade to paid plan to work with search I do I miss something?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 11:34:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/716525#M31741</guid>
      <dc:creator>Artyom L</dc:creator>
      <dc:date>2023-09-26T11:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search V2 API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/716578#M31742</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1749210"&gt;@Artyom L&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... For tests now I am using basic plan. In the documentation it says that I need&amp;nbsp;&lt;SPAN&gt;Dropbox-API-Path-Root param to make a request but it seems that there is no such param for basic plan. ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1749210"&gt;@Artyom L&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;First of all let clarify some terminology. 'Dropbox-API-Path-Root' is not param, but header! In spite you can miss this when using some SDK, it's just something different. This header is used when you may need to change default access namespace to another one. When you use individual plan (including basic one) you don't need such change. Change of path root is usable on team plans only working with spaces, where by default your namespace is the private one, but you need to access more than just member's files (i.e. to access team spaces). For basic (and other individual) plan don't use the header mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1749210"&gt;@Artyom L&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;SPAN&gt; If I make request without this param endpoint gives me&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error_summary"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"no_permission/" error. ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It's good to clarify what you have done to get to such a message. Describe a way for reproducing it (including some code snipped(s) and unexpected output). Hide/mask any private information (like access or refresh tokens).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1749210"&gt;@Artyom L&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;..&lt;SPAN&gt;. Do I need to upgrade to paid plan to work with search I do I miss something?&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No. To use such endpoint you can use any account (including free). You may need a team account (all of them are paid) only if you need to test some team related endpoint (the one you're testing is not such).&lt;/P&gt;&lt;P&gt;Hope this gives direction.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 12:08:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/716578#M31742</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-09-26T12:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search V2 API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717736#M31779</link>
      <description>&lt;P&gt;Hi. Thanks for the response. Yes Dropbox-API-Path-Root is header not param you are right. I get this&amp;nbsp;"error_summary":&amp;nbsp;"no_permission/" error when I am making request from postman. I just take postman collection for Dropbox api, made call to&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/files/search_v2" target="_blank"&gt;https://api.dropboxapi.com/2/files/search_v2&lt;/A&gt;&amp;nbsp;POST endpoint.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 07:44:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717736#M31779</guid>
      <dc:creator>Artyom L</dc:creator>
      <dc:date>2023-09-30T07:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search V2 API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717754#M31781</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1749210"&gt;@Artyom L&lt;/a&gt;, You still didn't post anything related to how/what you have posted, using your POSTMAN, in details! 🤷 Also what is the account you're using? You make me speculate. Don't use such header on individual account. Where have you taken the namespace id from in use as header value?&amp;nbsp;🧐 Is it certain context account has access to that namespace? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Typically, as I mentioned before, you need to use such header when you need access outside team member folder (the access is restricted to there by default). In such a case you typically need access to the team root space; all team members have access to there. Once you have access to the team root, you can access everything particular member has access to. Of course, you can use another namespace, but make sure in advance that context have permission to access there!&lt;/P&gt;&lt;P&gt;Try following: First call &lt;A title="Get information about the current user's account" href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="noopener"&gt;/2/users/get_current_account&lt;/A&gt; (without additional headers, including without Dropbox-Api-Path-Root). You will find there a field named "root_namespace_id" residing in "root_info". It's a numerical value. Make sure your account is team account (there are fields like "team" or "team_member_id"). At the end, call &lt;A title="Searches for files and folders" href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_blank" rel="noopener"&gt;/2/files/search_v2&lt;/A&gt; with header "Dropbox-Api-Path-Root: &amp;lt;namespace ID&amp;gt;", where &amp;lt;namespace ID&amp;gt; is the numerical value you got before. Also pass "Dropbox-API-Select-User: &amp;lt;team_member_id&amp;gt;" header, where &amp;lt;team_member_id&amp;gt; is the value of corresponding field. 🙋 Does it work now?&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 13:24:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717754#M31781</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-09-30T13:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search V2 API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717764#M31783</link>
      <description>&lt;P&gt;There are no any specific details about my postman request. Just default request from dropbox api collection. Yes, I am using&amp;nbsp;&lt;A title="Get information about the current user's account" href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="noopener noreferrer"&gt;/2/users/get_current_account&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;endpoint to get my account info. Since my current plan is free aka basic, my account is not a team account. I have&amp;nbsp;Dropbox-Api-Path-Root where I put my namespace id but I don't have&amp;nbsp;Dropbox-API-Select-User since my account is not a team account and so I don't get&amp;nbsp;team_member_id from&amp;nbsp;&lt;A title="Get information about the current user's account" href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="noopener noreferrer"&gt;/2/users/get_current_account&lt;/A&gt;&amp;nbsp;endpoint. Hence my question - can I use&amp;nbsp;&lt;A title="Searches for files and folders" href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_blank" rel="noopener noreferrer"&gt;/2/files/search_v2&lt;/A&gt;&amp;nbsp;endpoint without&amp;nbsp;Dropbox-API-Select-User header? Thks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 16:23:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717764#M31783</guid>
      <dc:creator>Artyom L</dc:creator>
      <dc:date>2023-09-30T16:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search V2 API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717766#M31784</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1749210"&gt;@Artyom L&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;..&lt;SPAN&gt;. Since my current plan is free aka basic, my account is not a team account. ... Hence my question - can I use&amp;nbsp;&lt;A title="Searches for files and folders" href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_blank" rel="noopener noreferrer"&gt;/2/files/search_v2&lt;/A&gt;&amp;nbsp;endpoint without&amp;nbsp;Dropbox-API-Select-User header? Thks&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Seems you read my posts... no very consistently (if could be said so). 🤦&lt;/P&gt;&lt;P&gt;Ok... I will repeat: For individual account (including basic), you shouldn't use such headers (both Dropbox-Api-Path-Root and Dropbox-API-Select-User) - they are incompatible! Even more you don't need them!!! Why at all you are trying this for basic account? There is one namespace only, it's the default one, and it cannot be changed. 🤷 Even if it was possible, it would stay meaningless.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 16:34:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717766#M31784</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-09-30T16:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search V2 API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717779#M31785</link>
      <description>&lt;P&gt;it seems you are right thks&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 17:56:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Search-V2-API/m-p/717779#M31785</guid>
      <dc:creator>Artyom L</dc:creator>
      <dc:date>2023-09-30T17:56:22Z</dc:date>
    </item>
  </channel>
</rss>

