<?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: v2 Search API results delaye d in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/259399#M15080</link>
    <description>&lt;P&gt;It seems work well for now.In recent days,the search api work well in my application. thanks&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;by the way,why i did not receive the email notification when i got reply or mentions in threads?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2018 08:11:52 GMT</pubDate>
    <dc:creator>jianwen</dc:creator>
    <dc:date>2018-01-08T08:11:52Z</dc:date>
    <item>
      <title>v2 Search API results delayed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/251285#M14453</link>
      <description>&lt;P&gt;After uploading a file into dropbox, it looks like the v2 search API has a noticeable delay before the file will appear. I don't recall this issue with the v1 API, but its quite apparent now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Repro steps:&lt;/P&gt;
&lt;P&gt;1. Drag and drop a file into dropbox on Mac OSX and see checkbox indicating upload is completed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; For my tests I'm adding a .jpg file into /test/&lt;/P&gt;
&lt;P&gt;2. Verify file appears in web interface for DropBox&lt;/P&gt;
&lt;P&gt;3. Execute curl request as per dropbox api&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/files/search \
--header "Authorization: Bearer [TOKEN HERE]&amp;nbsp;" \
--header "Content-Type: application/json" \
--data "{\"path\": \"/test/\",\"query\": \"jpeg\",\"start\": 0,\"max_results\": 100,\"mode\": \"filename\"}"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice that search returns 0 results. After a period of time, it will then return the file uploaded in step 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 17:18:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/251285#M14453</guid>
      <dc:creator>DolphInApiUser</dc:creator>
      <dc:date>2020-05-29T17:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delayed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/251358#M14460</link>
      <description>&lt;P&gt;Some delay is expected when using the search API endpoint, for both API v1 and API v2, per the documentation: &lt;A href="https://www.dropbox.com/developers-v1/core/docs#search" target="_self"&gt;/1/search&lt;/A&gt;&amp;nbsp;and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search" target="_self"&gt;/2/files/search&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The amount of delay depends on a number of different factors though, and can vary from account to account, and over time. That being the case, you will see varying amounts of delay like this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(For reference, if you know the file or folder path, it's always to query directly, e.g., using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt;&amp;nbsp;or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] as those aren't subject to the delay.)&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 15:50:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/251358#M14460</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-06T15:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delaye d</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/258842#M15023</link>
      <description>&lt;P&gt;I encountered the same issue,In my scenario,the searched folder is created about 2 days ago.the latency is not acceptable.any suggestion for the latency issue?&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 02:53:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/258842#M15023</guid>
      <dc:creator>jianwen</dc:creator>
      <dc:date>2018-01-04T02:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delaye d</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/258962#M15030</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/473601"&gt;@jianwen&lt;/a&gt;&amp;nbsp;Are you still seeing this issue? We did&amp;nbsp;fix a general issue yesterday that could have resulted in missing search results.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 16:07:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/258962#M15030</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-04T16:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delaye d</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/259399#M15080</link>
      <description>&lt;P&gt;It seems work well for now.In recent days,the search api work well in my application. thanks&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;by the way,why i did not receive the email notification when i got reply or mentions in threads?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 08:11:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/259399#M15080</guid>
      <dc:creator>jianwen</dc:creator>
      <dc:date>2018-01-08T08:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delaye d</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/259487#M15088</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/473601"&gt;@jianwen&lt;/a&gt;&amp;nbsp;Thanks for following up. I'm glad to hear that search is working properly for you again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you should automatically get emailed when there's a new reply on a thread you're following, or when you're mentioned. I can't offer support for the forum itself, but I&amp;nbsp;recommend making you're following any threads you're interested in (use the "Follow" button on the right-hand side) and check your email account's spam folder to see if the emails are getting filtered.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 18:15:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/259487#M15088</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-08T18:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delaye d</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/260337#M15149</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;from today,search results not working.as the before,created more than days ago folder can not be searched.&lt;/P&gt;
&lt;P&gt;I do not know what happend.thanks&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2018 11:17:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/260337#M15149</guid>
      <dc:creator>jianwen</dc:creator>
      <dc:date>2018-01-14T11:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delaye d</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/260467#M15158</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/473601"&gt;@jianwen&lt;/a&gt;&amp;nbsp;Please open an API ticket with details so we can check on this for you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 15:34:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/260467#M15158</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-15T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: v2 Search API results delaye d</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/260646#M15185</link>
      <description>I update the folder (create new folder) to trigger the index update,then search results return correct.&lt;BR /&gt;I do not have details now,i will create ticket when the search results return incorrect again.</description>
      <pubDate>Mon, 15 Jan 2018 22:10:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/v2-Search-API-results-delayed/m-p/260646#M15185</guid>
      <dc:creator>jianwen</dc:creator>
      <dc:date>2018-01-15T22:10:14Z</dc:date>
    </item>
  </channel>
</rss>

