<?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: propertySearch result is messed in Android SDK 3.0.5 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/294850#M17934</link>
    <description>&lt;P&gt;There can be a delay on changes being reflected in search. If you're still seeing the issue after waiting a little while, please open an API ticket with more details so we can investigate:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2018 20:27:39 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-08-30T20:27:39Z</dc:date>
    <item>
      <title>propertySearch result is messed in Android SDK 3.0.5</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/259604#M15103</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I'm trying to use Dropbox as a backup platform for my app. To store files on your side I use informative file names and properties to keep original file names and tagging files that are generated by my app.&lt;/P&gt;&lt;P&gt;Here is an example:&lt;BR /&gt;Tag key name is "CACR", tag value is "CACR"&lt;BR /&gt;Original filename key name is "CACRFLNM", value is "mic_20180109-134934.amr"&lt;BR /&gt;Dropbox path is /&amp;lt;appname&amp;gt;/Dictaphone record (mic) 2018-01-09 13:49:34.amr. The file is alone, previous similar files were deleted.&lt;/P&gt;&lt;P&gt;But when I perform request like&lt;BR /&gt;PropertiesSearchQuery query = new PropertiesSearchQuery("CACR", PropertiesSearchMode.fieldName("CACR"));&lt;BR /&gt;PropertiesSearchResult psr = dropboxClient_.fileProperties().propertiesSearch(Collections.singletonList(query));&lt;/P&gt;&lt;P&gt;It returns me entry with correct dropbox path but totally messed CACRFLNM property. Seems that value of CACRFLNM belongs to another file earlier created.&lt;/P&gt;&lt;P&gt;Please clarify that behavior. I'm trying to perform batch requests by property tags because accessing properties for each&amp;nbsp;file separately is too long.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:16:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/259604#M15103</guid>
      <dc:creator>a_azhevsky</dc:creator>
      <dc:date>2019-05-29T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: propertySearch result is messed in Android SDK 3.0.5</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/259679#M15109</link>
      <description>Thanks for the report. We could use some more information to look into this. I'll follow up with you privately so you can share the output without posting it publicly.</description>
      <pubDate>Tue, 09 Jan 2018 19:17:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/259679#M15109</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-09T19:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: propertySearch result is messed in Android SDK 3.0.5</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/261116#M15223</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;The issue seems to be resolved now!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:46:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/261116#M15223</guid>
      <dc:creator>a_azhevsky</dc:creator>
      <dc:date>2018-01-18T10:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: propertySearch result is messed in Android SDK 3.0.5</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/261209#M15232</link>
      <description>That's correct, the team has deployed a fixed for this. Thanks for your help tracking this down!</description>
      <pubDate>Thu, 18 Jan 2018 16:26:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/261209#M15232</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-18T16:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: propertySearch result is messed in Android SDK 3.0.5</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/294837#M17933</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Sorry to say, but it seems that properties API was broken again. In my case "&lt;SPAN&gt;propertiesSearch"&amp;nbsp;returns already removed entries or an&amp;nbsp;empty list.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please rectify that, because my app can't work properly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 18:48:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/294837#M17933</guid>
      <dc:creator>a_azhevsky</dc:creator>
      <dc:date>2018-08-30T18:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: propertySearch result is messed in Android SDK 3.0.5</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/294850#M17934</link>
      <description>&lt;P&gt;There can be a delay on changes being reflected in search. If you're still seeing the issue after waiting a little while, please open an API ticket with more details so we can investigate:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 20:27:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/propertySearch-result-is-messed-in-Android-SDK-3-0-5/m-p/294850#M17934</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-30T20:27:39Z</dc:date>
    </item>
  </channel>
</rss>

