<?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: search with file tags api in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656067#M29869</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for you answer. I&amp;nbsp; post to the endpoint "/&lt;SPAN&gt;2/files/search_v2". With just&amp;nbsp;{"query":"tag1"} on body.&lt;/SPAN&gt;&lt;BR /&gt;I want to retrieve content that contains the tag1. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;curl -X POST &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; \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{"query":"tag1"}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 16:39:22 GMT</pubDate>
    <dc:creator>amilcarvalho</dc:creator>
    <dc:date>2023-02-02T16:39:22Z</dc:date>
    <item>
      <title>search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574229#M26780</link>
      <description>&lt;P&gt;i am trying to get the list of files based on tags using search api. when i search file name it return the data but not with the tags. please help&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 09:43:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574229#M26780</guid>
      <dc:creator>adityadsq</dc:creator>
      <dc:date>2022-01-31T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574563#M26789</link>
      <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the name and version number of the platform and SDK/library you are using, if any&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/LI&gt;
&lt;LI&gt;the full text of any error or unexpected output&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 31 Jan 2022 18:07:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574563#M26789</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-31T18:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574738#M26799</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;SPAN&gt;hanks for your response. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Let me explain the requirement in-detailed:&lt;/SPAN&gt;&lt;SPAN&gt;We have a set of videos and images added in Dropbox in various folders. Every file is associated with some tagnames. Further, I’ve developed a web page where it has a search box and entering a keyword, it should pickup all the files from dropbox.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I am using 2/files/search_v2 API. It is working fine when I search with the file name/title. But it is not considering the tagnames. How can I implement this? Apart from the filename/title, it should return the relevant videos/pictures when searched with tag names as well.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Hope this clarifies. Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 11:13:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574738#M26799</guid>
      <dc:creator>adityadsq</dc:creator>
      <dc:date>2022-02-01T11:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574851#M26803</link>
      <description>&lt;P&gt;Thanks for the additional information. Just to clarify a bit further, are you referring to &lt;A href="https://help.dropbox.com/files-folders/sort-preview/dropbox-tags" target="_self"&gt;tags applied to items using the Dropbox web site&lt;/A&gt; or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-tags-add" target="_self"&gt;/2/files/tags/add&lt;/A&gt;, or something else?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 20:13:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574851#M26803</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-01T20:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574928#M26809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to search and retrieve files with tag names. search_tags key is returning key not found error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i search in dropbox with tag names it was showing the files that matches to the tag names.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in the same condition is not working in the api (&lt;SPAN&gt;&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;&lt;/SPAN&gt;). i have given all the parameters required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Parameters:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"query"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"test"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"options"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"path"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"pathname"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"max_results"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"image_content_search"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"order_by"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;".tag"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"relevance"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"reverse_order"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"match_field_options"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"include_highlights"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Feb 2022 05:12:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/574928#M26809</guid>
      <dc:creator>adityadsq</dc:creator>
      <dc:date>2022-02-02T05:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/575064#M26812</link>
      <description>&lt;P&gt;Just to confirm exactly what functionality you are referring to, are you applying the tags you mentioned by &lt;A href="https://help.dropbox.com/files-folders/sort-preview/dropbox-tags" target="_self" rel="noopener noreferrer"&gt;using the Dropbox web site&lt;/A&gt; or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-tags-add" target="_self" rel="noopener noreferrer"&gt;/2/files/tags/add&lt;/A&gt;, or something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, note that you should only be using the options and fields &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_self"&gt;documented for /2/files/search_v2 here&lt;/A&gt;, which does not include "search_tags", "image_content_search", or "reverse_order".&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 16:32:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/575064#M26812</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-02T16:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656027#M29866</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm getting the same issue. I have a file with tags added by website and by the api endpoint&amp;nbsp;2/files/tags/add.&amp;nbsp;&lt;BR /&gt;When I make the request only works with file name.&lt;/P&gt;&lt;P&gt;Hope you can help me&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 14:58:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656027#M29866</guid>
      <dc:creator>amilcarvalho</dc:creator>
      <dc:date>2023-02-02T14:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656048#M29868</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1614818"&gt;@amilcarvalho&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I checked it and everything works. Yes, it's inconvenient since not option to direct the search to tags only and many unrelated result entries may appear. In spite all tags get in the result in correct way.&lt;/P&gt;&lt;P&gt;What's the exact call your performed? Did you restrict the search operation in a way that can exclude some tagged entry (or all of them)? For instance, limiting search to filenames will exclude any tags. Inappropriate extensions and/or categories would reflect to ability of find all (or some) tags!&lt;/P&gt;&lt;P&gt;Let's hope this feature will be improved by Dropbox.&lt;/P&gt;&lt;P&gt;Till then, I hope this gives workaround direction.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 15:46:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656048#M29868</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-02T15:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656067#M29869</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for you answer. I&amp;nbsp; post to the endpoint "/&lt;SPAN&gt;2/files/search_v2". With just&amp;nbsp;{"query":"tag1"} on body.&lt;/SPAN&gt;&lt;BR /&gt;I want to retrieve content that contains the tag1. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;curl -X POST &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; \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{"query":"tag1"}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 16:39:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656067#M29869</guid>
      <dc:creator>amilcarvalho</dc:creator>
      <dc:date>2023-02-02T16:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656068#M29870</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for you answer. I&amp;nbsp; post to the endpoint "/&lt;SPAN&gt;2/files/search_v2". With just&amp;nbsp;{"query":"tag1"} on body.&lt;/SPAN&gt;&lt;BR /&gt;I want to retrieve content that contains the tag1. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;curl -X POST&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/files/search_v2" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.dropboxapi.com/2/files/search_v2&lt;/A&gt;&amp;nbsp;\ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{"query":"tag1"}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 16:40:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656068#M29870</guid>
      <dc:creator>amilcarvalho</dc:creator>
      <dc:date>2023-02-02T16:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656081#M29871</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1614818"&gt;@amilcarvalho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Thanks for you answer. I&amp;nbsp; post to the endpoint "/&lt;SPAN&gt;2/files/search_v2". With just&amp;nbsp;{"query":"tag1"} on body.&lt;/SPAN&gt;&lt;BR /&gt;I want to retrieve content that contains the tag1. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In such a way you will receive all entries metadata matching to the query. Matching are all entries (files and folders) containing in their names, tags, or content the query value - tag1. If you want to receive content of particular entry, you need to read it accordingly! Tags themself don't have any content, they're... just tags! Clarify to yourself what content you're looking for.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 17:12:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656081#M29871</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-02T17:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656107#M29872</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1614818"&gt;@amilcarvalho&lt;/a&gt; Thanks for the report. If you have a file with a tag "tag1" in the connected account, that /2/files/search_v2 call should return that file, so it sounds like something may not be working properly. We'll look into it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 18:16:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/656107#M29872</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-02T18:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: search with file tags api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/657981#M29961</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1614818"&gt;@amilcarvalho&lt;/a&gt; Are you still seeing the issue with the file not being returned in the /2/files/search_v2 results when searching by tag? If so, please share the affected account ID and file ID so we can look into more specifically. Feel free to &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;open an API ticket here&lt;/A&gt; to share privately. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 21:14:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-with-file-tags-api/m-p/657981#M29961</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-08T21:14:28Z</dc:date>
    </item>
  </channel>
</rss>

