<?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: Unable to choose file in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/762476#M33337</link>
    <description>&lt;P&gt;please check your “sizeLimit” config，it is possible too little,so you can't choose any file~&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 08:27:18 GMT</pubDate>
    <dc:creator>ideazhao</dc:creator>
    <dc:date>2024-04-08T08:27:18Z</dc:date>
    <item>
      <title>Unable to choose file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/337400#M19636</link>
      <description>&lt;P&gt;I have created Dropbox&amp;nbsp; for pick file for attachment but unable to pick the file in Dropbox&amp;nbsp;pop up from my account&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img_20190404.png" style="width: 732px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/9239iE9E54ED8F113E540/image-size/large?v=v2&amp;amp;px=999" role="button" title="img_20190404.png" alt="img_20190404.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/337400#M19636</guid>
      <dc:creator>engagapp</dc:creator>
      <dc:date>2019-05-29T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to choose file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/337466#M19648</link>
      <description>&lt;P&gt;It looks like you're using &lt;A href="https://www.dropbox.com/developers/chooser" target="_self"&gt;the&amp;nbsp;Dropbox Chooser&lt;/A&gt;. Can you share the code you're using to configure it?&lt;/P&gt;
&lt;P&gt;Specifically, are you setting the 'extensions' option? If you are, and aren't allowing the particular file extensions for the files in your account, you won't be able to select them.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 14:41:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/337466#M19648</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-04T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to choose file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/563928#M26518</link>
      <description>&lt;P&gt;Hey I am sort of having the same problem&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;const options = {
  // Required. Called when a user selects an item in the Chooser.
  //@ts-ignore
  success: function(files) {
      // alert("Here's the file link: " + files[0].link)
      console.log(files);
  },

  cancel: function() {
    console.log('hellp')
  },
  linkType: "preview", // or "preview"
  multiselect: true, // or true
  extensions: ['.pdf', '.doc', '.docx', '.txt'],
  folderselect: false, // or true
  sizeLimit: 1024, // or any positive number
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Here&amp;nbsp; are the options that i have used. please let me know about the next steps&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 15:38:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/563928#M26518</guid>
      <dc:creator>averma</dc:creator>
      <dc:date>2021-12-13T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to choose file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/563962#M26519</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1501185"&gt;@averma&lt;/a&gt; I see you &lt;A href="https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Files-shown-as-disabled-in-dropbox-chooser/m-p/563935" target="_self"&gt;opened a new thread&lt;/A&gt; for this, so I'll follow up with you there.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 18:12:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/563962#M26519</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-12-13T18:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to choose file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/762476#M33337</link>
      <description>&lt;P&gt;please check your “sizeLimit” config，it is possible too little,so you can't choose any file~&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 08:27:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-choose-file/m-p/762476#M33337</guid>
      <dc:creator>ideazhao</dc:creator>
      <dc:date>2024-04-08T08:27:18Z</dc:date>
    </item>
  </channel>
</rss>

