<?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: Getting shared link for each file takes a lot of time in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/413046#M22315</link>
    <description>&lt;P&gt;Thank you very much. Works like a charm!&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 21:20:09 GMT</pubDate>
    <dc:creator>Konstantinos Giotis</dc:creator>
    <dc:date>2020-04-22T21:20:09Z</dc:date>
    <item>
      <title>Getting shared link for each file takes a lot of time</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/412729#M22300</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;Im building something associated with dropbox for my thesis. As I am fetching the files with the 'files/list_folder' endpoint, I wanted for each file, to check if it has a "shared link" . For example, in my drive I have 42 files in root folder. Fetching all those files plus for each file fetching if it has a shared link using the 'sharing/list_shared_links' , takes a huge amount of time. It takes ~0.6 seconds for each request so for 42 files that is ~25 seconds! Thats kinda slow but I can recognise that its usual since i make multiple requests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is, if there is something "fancier" and more time consuming that I can do since thats a big problem for me currently.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 01:27:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/412729#M22300</guid>
      <dc:creator>Konstantinos Giotis</dc:creator>
      <dc:date>2020-04-22T01:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting shared link for each file takes a lot of time</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/412731#M22301</link>
      <description>&lt;P&gt;I forgot to mention, that I don't mind if I dont get the shared link. I just want to check if the file is "shared" in the first place. But in the files metadata this info doesn't exist from what I found...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 01:35:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/412731#M22301</guid>
      <dc:creator>Konstantinos Giotis</dc:creator>
      <dc:date>2020-04-22T01:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting shared link for each file takes a lot of time</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/412901#M22305</link>
      <description>&lt;P&gt;If you call&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_self"&gt;/2/sharing/list_shared_links&lt;/A&gt; without specifying the "path" parameter, it should return a list of all of the shared links for the connected account. You could then check the list of files against that entire list of shared links. That would likely be faster than calling&amp;nbsp;/2/sharing/list_shared_links for each one. (Note that the&amp;nbsp;/2/sharing/list_shared_links interface is paginated though, so be sure to check the returned 'has_more' value and call back again if needed. Check out &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_self"&gt;the 'has_more' field documentation&lt;/A&gt; for more information.)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:26:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/412901#M22305</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-04-22T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting shared link for each file takes a lot of time</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/413046#M22315</link>
      <description>&lt;P&gt;Thank you very much. Works like a charm!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 21:20:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-shared-link-for-each-file-takes-a-lot-of-time/m-p/413046#M22315</guid>
      <dc:creator>Konstantinos Giotis</dc:creator>
      <dc:date>2020-04-22T21:20:09Z</dc:date>
    </item>
  </channel>
</rss>

