<?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: How to retrieve a list of links of a user folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-a-list-of-links-of-a-user-folder/m-p/271873#M16132</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your superfast support. Really appreciate it! Too bad this isn't offered (yet). I'm going to play with a solution to store every url in the database. Thinks that's what everyone does to keep the speed in the user experience and to limit the number of api request.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Danny&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Apr 2018 20:49:55 GMT</pubDate>
    <dc:creator>PSMDanny</dc:creator>
    <dc:date>2018-04-09T20:49:55Z</dc:date>
    <item>
      <title>How to retrieve a list of links of a user folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-a-list-of-links-of-a-user-folder/m-p/271862#M16124</link>
      <description>&lt;P&gt;Hi, hoping to get some help here regarding my issue. In my (php) application I want my users to upload images inside their folder (myapp - their app folder). I can upload files, I can show a list of files...that's working great. But...&lt;BR /&gt;&lt;BR /&gt;I want to retrieve (for the user) a list of links inside a folder&amp;nbsp;(so his own files). &amp;nbsp;For now I tried to get a list of files, loop through the list and get the link of each file seperately like this:&lt;/P&gt;
&lt;PRE&gt;$getFiles = $dropbox-&amp;gt;GetFiles("/try", false);
echo '&amp;lt;pre&amp;gt;'; echo print_r($getFiles); echo '&amp;lt;/pre&amp;gt;'; 

if (!empty($getFiles)) {
    echo "total files in this project = " . count($getFiles) . "&amp;lt;/br&amp;gt;";
    foreach ($getFiles as $file) { ?&amp;gt;
        &amp;lt;a href="&amp;lt;?php echo $dropbox-&amp;gt;GetLink($file, true); ?&amp;gt;"&amp;gt;&amp;lt;?php echo $file-&amp;gt;name; ?&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;
    &amp;lt;?php 
    }   
}&lt;/PRE&gt;
&lt;P&gt;In a folder with 5 files it takes 5-10 seconds before every link is created....which of course is a bad user experience. Is there another way to do this or is this the only way (can't imagine it is).&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Danny&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:14:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-a-list-of-links-of-a-user-folder/m-p/271862#M16124</guid>
      <dc:creator>PSMDanny</dc:creator>
      <dc:date>2019-05-29T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a list of links of a user folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-a-list-of-links-of-a-user-folder/m-p/271866#M16127</link>
      <description>The Dropbox API doesn't offer a faster way to create shared links, e.g., a batch call for this, but I'll pass this along as a feature request.</description>
      <pubDate>Mon, 09 Apr 2018 20:41:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-a-list-of-links-of-a-user-folder/m-p/271866#M16127</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-09T20:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a list of links of a user folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-a-list-of-links-of-a-user-folder/m-p/271873#M16132</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your superfast support. Really appreciate it! Too bad this isn't offered (yet). I'm going to play with a solution to store every url in the database. Thinks that's what everyone does to keep the speed in the user experience and to limit the number of api request.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Danny&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 20:49:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-a-list-of-links-of-a-user-folder/m-p/271873#M16132</guid>
      <dc:creator>PSMDanny</dc:creator>
      <dc:date>2018-04-09T20:49:55Z</dc:date>
    </item>
  </channel>
</rss>

