Search code examples
javascriptdropbox

How to restrict filetype for Dropbox Chooser


How do I restrict Dropbox Chooser to let the user select only pictures and videos?


Solution

  • In the options you can specify e.g.:

    extensions: ['.pdf', '.doc', '.docx', '.jpg', '.gif', '.png']