<?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 Chooser in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chooser/m-p/485049#M24377</link>
    <description>&lt;P&gt;Dear Dropbox team.&lt;/P&gt;
&lt;P&gt;We are now using your services which are really good.&lt;/P&gt;
&lt;P&gt;Among them, we use Chooser to allow our users to select Dropbox files.&lt;/P&gt;
&lt;P&gt;In detail, we allow user to select multiple files from their Dropbox folder (linkType = 'direct').&lt;/P&gt;
&lt;P&gt;Then, we use these public links to download all those files into our system to process later.&lt;/P&gt;
&lt;P&gt;Please have a look at our Dropbox options for Chooser:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    $scope.dropboxOptions = {
        success: function(files) {
          $scope.selectDropboxFileSuccessCallback(files);
        },
        linkType: "direct",
        multiselect: true,
        folderselect: false
    };&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything were going smoothly. But yesterday we faced an issue.&lt;/P&gt;
&lt;P&gt;When choosing around 341 files with total size about 14Gb, it took more than 60 seconds to finish generating links for those files (then call function&amp;nbsp;&lt;STRONG&gt;$scope.selectDropboxFileSuccessCallback&lt;/STRONG&gt; above);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-01-06 at 13.52.43.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/20214iBF7794B24A542D10/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-01-06 at 13.52.43.png" alt="Screen Shot 2021-01-06 at 13.52.43.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Because of their issue, we would like to improve some points:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Show progress bar when Chooser generating file links (right now it stays like freezing when loading)&lt;/LI&gt;
&lt;LI&gt;Close the Chooser popup and still run the&amp;nbsp;&lt;STRONG&gt;generating file links&lt;/STRONG&gt;&amp;nbsp;process in background. After finishing then still call function&amp;nbsp;&lt;STRONG&gt;$scope.selectDropboxFileSuccessCallback&amp;nbsp;&lt;/STRONG&gt;above.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But we don't know weather&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;There is already a configuration for Chooser to achieve the 2 improvements above?&lt;/LI&gt;
&lt;LI&gt;You would like to implement those points?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vu Nguyen.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 06:23:08 GMT</pubDate>
    <dc:creator>anhvurz90</dc:creator>
    <dc:date>2021-01-07T06:23:08Z</dc:date>
    <item>
      <title>Chooser</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chooser/m-p/485049#M24377</link>
      <description>&lt;P&gt;Dear Dropbox team.&lt;/P&gt;
&lt;P&gt;We are now using your services which are really good.&lt;/P&gt;
&lt;P&gt;Among them, we use Chooser to allow our users to select Dropbox files.&lt;/P&gt;
&lt;P&gt;In detail, we allow user to select multiple files from their Dropbox folder (linkType = 'direct').&lt;/P&gt;
&lt;P&gt;Then, we use these public links to download all those files into our system to process later.&lt;/P&gt;
&lt;P&gt;Please have a look at our Dropbox options for Chooser:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    $scope.dropboxOptions = {
        success: function(files) {
          $scope.selectDropboxFileSuccessCallback(files);
        },
        linkType: "direct",
        multiselect: true,
        folderselect: false
    };&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything were going smoothly. But yesterday we faced an issue.&lt;/P&gt;
&lt;P&gt;When choosing around 341 files with total size about 14Gb, it took more than 60 seconds to finish generating links for those files (then call function&amp;nbsp;&lt;STRONG&gt;$scope.selectDropboxFileSuccessCallback&lt;/STRONG&gt; above);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-01-06 at 13.52.43.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/20214iBF7794B24A542D10/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-01-06 at 13.52.43.png" alt="Screen Shot 2021-01-06 at 13.52.43.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Because of their issue, we would like to improve some points:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Show progress bar when Chooser generating file links (right now it stays like freezing when loading)&lt;/LI&gt;
&lt;LI&gt;Close the Chooser popup and still run the&amp;nbsp;&lt;STRONG&gt;generating file links&lt;/STRONG&gt;&amp;nbsp;process in background. After finishing then still call function&amp;nbsp;&lt;STRONG&gt;$scope.selectDropboxFileSuccessCallback&amp;nbsp;&lt;/STRONG&gt;above.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But we don't know weather&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;There is already a configuration for Chooser to achieve the 2 improvements above?&lt;/LI&gt;
&lt;LI&gt;You would like to implement those points?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vu Nguyen.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 06:23:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chooser/m-p/485049#M24377</guid>
      <dc:creator>anhvurz90</dc:creator>
      <dc:date>2021-01-07T06:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chooser</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chooser/m-p/485228#M24380</link>
      <description>&lt;P&gt;Thanks for writing this up! Unfortunately the Chooser doesn't offer a way to do either of these,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 16:07:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chooser/m-p/485228#M24380</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-01-07T16:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chooser</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chooser/m-p/486393#M24431</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;Please let me know if there is any thing new.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vu Nguyen.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 09:46:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chooser/m-p/486393#M24431</guid>
      <dc:creator>anhvurz90</dc:creator>
      <dc:date>2021-01-12T09:46:07Z</dc:date>
    </item>
  </channel>
</rss>

