<?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 Files shown as disabled in dropbox chooser in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Files-shown-as-disabled-in-dropbox-chooser/m-p/563935#M2281</link>
    <description>&lt;P&gt;I am trying to use the dropbox chooser to upload files. The dropbox chooser popup shows all options as disabled&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here are my options&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-12-13 21-57-26.png" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/26589iE1A6A2ACA729AFC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-12-13 21-57-26.png" alt="Screenshot from 2021-12-13 21-57-26.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const options = {

  //@ts-ignore
  success: function(files) {
      alert("Here's the file link: " + files[0].link)
  },

  cancel: function() {
    console.log('cancelled')
  },

  linkType: "preview", // or "direct"

  multiselect: false, // or true

  extensions: ['.pdf', '.doc', '.docx'],

  folderselect: false, // or true

  sizeLimit: 1024, // or any positive number
};&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 19:46:52 GMT</pubDate>
    <dc:creator>averma</dc:creator>
    <dc:date>2021-12-14T19:46:52Z</dc:date>
    <item>
      <title>Files shown as disabled in dropbox chooser</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Files-shown-as-disabled-in-dropbox-chooser/m-p/563935#M2281</link>
      <description>&lt;P&gt;I am trying to use the dropbox chooser to upload files. The dropbox chooser popup shows all options as disabled&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here are my options&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-12-13 21-57-26.png" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/26589iE1A6A2ACA729AFC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-12-13 21-57-26.png" alt="Screenshot from 2021-12-13 21-57-26.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const options = {

  //@ts-ignore
  success: function(files) {
      alert("Here's the file link: " + files[0].link)
  },

  cancel: function() {
    console.log('cancelled')
  },

  linkType: "preview", // or "direct"

  multiselect: false, // or true

  extensions: ['.pdf', '.doc', '.docx'],

  folderselect: false, // or true

  sizeLimit: 1024, // or any positive number
};&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 19:46:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Files-shown-as-disabled-in-dropbox-chooser/m-p/563935#M2281</guid>
      <dc:creator>averma</dc:creator>
      <dc:date>2021-12-14T19:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Files shown as disabled in dropbox chooser</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Files-shown-as-disabled-in-dropbox-chooser/m-p/563963#M2282</link>
      <description>&lt;P&gt;You're setting 'sizeLimit: 1024', meaning that the user can only select files smaller than 1024 bytes. Looking at the types of files in the screenshot you shared, they'd presumably be larger than that, so they'd be disabled. You can should remove the 'sizeLimit' option, or set it to a suitable higher value, as needed for your use case.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 18:13:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Files-shown-as-disabled-in-dropbox-chooser/m-p/563963#M2282</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-12-13T18:13:14Z</dc:date>
    </item>
  </channel>
</rss>

