<?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: /files/search deprecation and how it relates to the JavaScript SDK in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/494225#M24684</link>
    <description>&lt;P&gt;I can't think of any reason you'd be seeing more calls to /2/files/search without actually calling&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;. For reference, &lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/v2.5.12/src/routes.js" target="_self"&gt;here's a link to the code from&amp;nbsp;v2.5.12 of the SDK&lt;/A&gt;, and the only reference to&amp;nbsp;files/search is in the&amp;nbsp;&lt;SPAN&gt;filesSearch definition. Could you perhaps share the relevant code you mention here: "the function from which I'm seeing the calls to the files/search endpoint do not call `filesSearch`" so we can take a look?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also,&amp;nbsp;filesSearch did not actually automatically handle the pagination for you. And there actually wasn't an equivalent&amp;nbsp;/2/files/search/continue endpoint. The pagination for&amp;nbsp;/2/files/search (and so for&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;) was handled by calling /2/files/search&amp;nbsp;(&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;) itself again. With the SDK, when calling&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt; you are supposed to check the returned&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchResult" target="_self"&gt;FilesSearchResult&lt;/A&gt;.more to see if there are more results to retrieve, and then call&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt; again, supplying the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchResult" target="_self"&gt;FilesSearchResult&lt;/A&gt;.start as &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchArg" target="_self"&gt;FilesSearchArg&lt;/A&gt;.start, if so.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the new version, using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor" target="_self"&gt;filesSearchV2&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchContinueV2__anchor" target="_self"&gt;filesSearchContinueV2&lt;/A&gt;, the pagination is built somewhat differently and uses the two separate endpoints, so you would instead check&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchV2Result" target="_self"&gt;FilesSearchV2Result&lt;/A&gt;.has_more and use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchV2Result" target="_self"&gt;FilesSearchV2Result&lt;/A&gt;.cursor instead of a "start" value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, yes, the two search systems work a bit differently. You can find more information in &lt;A href="https://dropbox.tech/developers/search-files-using-the-dropbox-api" target="_self"&gt;this blog post&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Feb 2021 00:02:45 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-02-06T00:02:45Z</dc:date>
    <item>
      <title>/files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/492718#M24627</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regard to the deprecation of the /files/search endpoint, I'm curious how it relates to the JavaScript SDK. We're using an older verison of that SDK for our integration, and I'm wondering if we can just upgrade our version and have it use the /files/search_v2 endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know we're hitting /files/search from looking at our logs, but I can also tell we're not calling the `filesSearch` route (&lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/8802f727e48352cf7d2bbacef91e53931eacafbb/lib/routes.js#L1027" target="_blank" rel="noopener"&gt;https://github.com/dropbox/dropbox-sdk-js/blob/8802f727e48352cf7d2bbacef91e53931eacafbb/lib/routes.js#L1027&lt;/A&gt;) directly, so it must be called from somewhere else in the code. So as long as we don't call `filesSearch` directly, can we be sure we'll avoid the files/search endpoint?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 04:35:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/492718#M24627</guid>
      <dc:creator>scott_halgrim</dc:creator>
      <dc:date>2021-02-02T04:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: /files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/492879#M24634</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;A href="http://o" target="_self"&gt;/2/files/search&lt;/A&gt; endpoint is deprecated and is being retired in favor of the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search:2" target="_self"&gt;/2/files/search_v2&lt;/A&gt;&amp;nbsp;endpoint (and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search-continue" target="_self"&gt;/2/files/search/continue_v2&lt;/A&gt; for the pagination of results following&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search:2" target="_self"&gt;/2/files/search_v2&lt;/A&gt;). Each of these endpoints correspond to one method in each official SDK. In the JavaScript SDK, that's:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://o" target="_self"&gt;/2/files/search&lt;/A&gt;&amp;nbsp;=&amp;gt;&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search:2" target="_self"&gt;/2/files/search_v2&lt;/A&gt;&amp;nbsp;=&amp;gt;&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor" target="_self"&gt;filesSearchV2&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-search-continue" target="_self"&gt;/2/files/search/continue_v2&lt;/A&gt; =&amp;gt;&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchContinueV2__anchor" target="_self"&gt;filesSearchContinueV2&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Only &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;&amp;nbsp;in the SDK calls the deprecated&lt;A href="http://o" target="_self"&gt;&amp;nbsp;/2/files/search&lt;/A&gt;. In order to migrate from the deprecated endpoint to the new ones, you should replace any usage of&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;&amp;nbsp;in your app with&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor" target="_self"&gt;filesSearchV2&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchContinueV2__anchor" target="_self"&gt;filesSearchContinueV2&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:36:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/492879#M24634</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-02T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: /files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/493849#M24668</link>
      <description>&lt;P&gt;Thanks so much for your help, Greg. I have some follow-ups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently on an old verison of the SDK. 2.5.12 to be exact, so we have some catching up to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My concern is still about the files/search endpoint that is about to be deprecated. We are seeing calls to that endpoint that are coming from places other than the filesSearch method. I don't know where they're coming from, but I can rule out they're coming from there. I have a hunch that it might be from filesListFolder or filesListFolderContinue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, is it the case that other functions in the SDK call filesSearch? What version of the SDK do I need to get to so that I can be sure that by eliminating all of our calls to filesSearch that files/search will never be hit?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Context: If I jump all the way to 9.0.0 all of our tests fail. I've managed to so far get up to 5.1.0 and still have a working test suite, but even going from there to 6.x causes everything to fail.)&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 00:54:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/493849#M24668</guid>
      <dc:creator>shalgrim</dc:creator>
      <dc:date>2021-02-05T00:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: /files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/493875#M24670</link>
      <description>&lt;P&gt;Can you elaborate on what you mean when you say you "&lt;SPAN&gt;are seeing calls to that endpoint that are coming from places other than the filesSearch method"? Can you share what you're seeing specifically in that regard? None of the other methods in the SDK should be calling that endpoint.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For instance,&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/v2.5.12/src/routes.js#L485" target="_self"&gt;filesListFolder&lt;/A&gt;&amp;nbsp;just calls &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;, and&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/v2.5.12/src/routes.js#L497" target="_self"&gt;filesListFolderContinue&lt;/A&gt; just calls&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/2/files/list_folder/continue&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, for reference, you can find information about the changes between the versions in &lt;A href="https://github.com/dropbox/dropbox-sdk-js/releases" target="_self"&gt;the release history&lt;/A&gt; and &lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/main/UPGRADING.md" target="_self"&gt;upgrading.md&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 03:06:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/493875#M24670</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-05T03:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: /files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/494218#M24683</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Can you elaborate...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Right, well, in our logs I'm seeing calls to the files/search endpoint, but I can't trace how it gets there. We only call `filesSearch` in a single place; but the function from which I'm seeing the calls to the files/search endpoint do not call `filesSearch`. We're way back on version 2.5.12. This may not be a question you can answer, and that's fine, but it's very suspicious.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I do want to follow up on this bit, though:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp;you should replace any usage of&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self" rel="nofollow noopener noreferrer"&gt;filesSearch&lt;/A&gt;&amp;nbsp;in your app with&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor" target="_self" rel="nofollow noopener noreferrer"&gt;filesSearchV2&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchContinueV2__anchor" target="_self" rel="nofollow noopener noreferrer"&gt;filesSearchContinueV2&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It seemed like `filesSearch` handled calling `files/search/` and `files/search/continue`. But now it seems like with moving to V2 we need to manage the continue call manually ourselves? In other words, we used to be able to call `filesSearch` and it did any continuing necessary under the hood but now we have to manage that ourselves?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Finally, one more question. I've noticed that the files/search and files/search_v2 endpoints return different results for the exact same query. Do you have documentation on what changes were made there?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 23:07:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/494218#M24683</guid>
      <dc:creator>shalgrim</dc:creator>
      <dc:date>2021-02-05T23:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: /files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/494225#M24684</link>
      <description>&lt;P&gt;I can't think of any reason you'd be seeing more calls to /2/files/search without actually calling&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;. For reference, &lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/v2.5.12/src/routes.js" target="_self"&gt;here's a link to the code from&amp;nbsp;v2.5.12 of the SDK&lt;/A&gt;, and the only reference to&amp;nbsp;files/search is in the&amp;nbsp;&lt;SPAN&gt;filesSearch definition. Could you perhaps share the relevant code you mention here: "the function from which I'm seeing the calls to the files/search endpoint do not call `filesSearch`" so we can take a look?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also,&amp;nbsp;filesSearch did not actually automatically handle the pagination for you. And there actually wasn't an equivalent&amp;nbsp;/2/files/search/continue endpoint. The pagination for&amp;nbsp;/2/files/search (and so for&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;) was handled by calling /2/files/search&amp;nbsp;(&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt;) itself again. With the SDK, when calling&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt; you are supposed to check the returned&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchResult" target="_self"&gt;FilesSearchResult&lt;/A&gt;.more to see if there are more results to retrieve, and then call&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_self"&gt;filesSearch&lt;/A&gt; again, supplying the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchResult" target="_self"&gt;FilesSearchResult&lt;/A&gt;.start as &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchArg" target="_self"&gt;FilesSearchArg&lt;/A&gt;.start, if so.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the new version, using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor" target="_self"&gt;filesSearchV2&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchContinueV2__anchor" target="_self"&gt;filesSearchContinueV2&lt;/A&gt;, the pagination is built somewhat differently and uses the two separate endpoints, so you would instead check&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchV2Result" target="_self"&gt;FilesSearchV2Result&lt;/A&gt;.has_more and use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchV2Result" target="_self"&gt;FilesSearchV2Result&lt;/A&gt;.cursor instead of a "start" value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, yes, the two search systems work a bit differently. You can find more information in &lt;A href="https://dropbox.tech/developers/search-files-using-the-dropbox-api" target="_self"&gt;this blog post&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 00:02:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/494225#M24684</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-06T00:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: /files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/494861#M24701</link>
      <description>&lt;P&gt;Thanks again, so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a great blog post, and I have a follow-up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a set of parameters I can send to search_v2 so that it will return the same results as search? I imagine we'll want to take advantage of the greater set of results, but just in case we run into cases it would be nice to have this in our back pocket.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 21:41:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/494861#M24701</guid>
      <dc:creator>shalgrim</dc:creator>
      <dc:date>2021-02-08T21:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: /files/search deprecation and how it relates to the JavaScript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/495106#M24704</link>
      <description>&lt;P&gt;No, the two work a bit differently so their options and functionality don't map exactly to one another, so there isn't really a way to make them behave exactly the same way.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:19:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-search-deprecation-and-how-it-relates-to-the-JavaScript/m-p/495106#M24704</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-09T16:19:30Z</dc:date>
    </item>
  </channel>
</rss>

