<?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 Way to search by property value? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/723984#M31987</link>
    <description>&lt;P&gt;I am assigning a custom property value to a file. Is there a way to search by it? I don't see property groups in your search example for:&lt;/P&gt;
&lt;PRE&gt;https://api.dropboxapi.com/2/files/search_v2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;How do I make sure that my query only matches a property group value?&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 16:13:44 GMT</pubDate>
    <dc:creator>toki4004</dc:creator>
    <dc:date>2023-10-24T16:13:44Z</dc:date>
    <item>
      <title>Way to search by property value?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/723984#M31987</link>
      <description>&lt;P&gt;I am assigning a custom property value to a file. Is there a way to search by it? I don't see property groups in your search example for:&lt;/P&gt;
&lt;PRE&gt;https://api.dropboxapi.com/2/files/search_v2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;How do I make sure that my query only matches a property group value?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:13:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/723984#M31987</guid>
      <dc:creator>toki4004</dc:creator>
      <dc:date>2023-10-24T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Way to search by property value?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/723986#M31988</link>
      <description>&lt;P&gt;For searching by file property value, use /2/file_properties/properties/search instead: &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-search" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-search&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:13:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/723986#M31988</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-24T16:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Way to search by property value?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724001#M31992</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;Is there a way to limit search to a particular path of items?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:46:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724001#M31992</guid>
      <dc:creator>toki4004</dc:creator>
      <dc:date>2023-10-24T16:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Way to search by property value?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724004#M31993</link>
      <description>&lt;P&gt;No, that functionality doesn't offer a path filter, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:49:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724004#M31993</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-24T16:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Way to search by property value?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724007#M31994</link>
      <description>&lt;P&gt;Ok, I am thinking that to get around it, I would have to create a separate template id for each path and then limit search to that template ID via "template_filter": "id_here". BUT then I might run into "&lt;SPAN&gt;too_many_templates" error&lt;/SPAN&gt;. How many is too many? What's that number?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:58:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724007#M31994</guid>
      <dc:creator>toki4004</dc:creator>
      <dc:date>2023-10-24T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Way to search by property value?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724010#M31995</link>
      <description>&lt;P&gt;We don't have the specific number documented, but alternatively you can use /2/file_properties/properties/search as-is and filter the results in your code based on the returned PropertiesSearchMatch.path field.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 17:02:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Way-to-search-by-property-value/m-p/724010#M31995</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-24T17:02:46Z</dc:date>
    </item>
  </channel>
</rss>

