Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester here.
Forum Discussion
anhvurz90
5 years agoExplorer | Level 3
Chooser
Dear Dropbox team.
We are now using your services which are really good.
Among them, we use Chooser to allow our users to select Dropbox files.
In detail, we allow user to select multiple files from their Dropbox folder (linkType = 'direct').
Then, we use these public links to download all those files into our system to process later.
Please have a look at our Dropbox options for Chooser:
$scope.dropboxOptions = { success: function(files) { $scope.selectDropboxFileSuccessCallback(files); }, linkType: "direct", multiselect: true, folderselect: false };
Everything were going smoothly. But yesterday we faced an issue.
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 $scope.selectDropboxFileSuccessCallback above);
Because of their issue, we would like to improve some points:
- Show progress bar when Chooser generating file links (right now it stays like freezing when loading)
- Close the Chooser popup and still run the generating file links process in background. After finishing then still call function $scope.selectDropboxFileSuccessCallback above.
But we don't know weather
- There is already a configuration for Chooser to achieve the 2 improvements above?
- You would like to implement those points?
Regards,
Vu Nguyen.
2 Replies
- Greg-DB5 years ago
Dropbox Community Moderator
Thanks for writing this up! Unfortunately the Chooser doesn't offer a way to do either of these, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
- anhvurz905 years agoExplorer | Level 3
Thank you for your reply.
Please let me know if there is any thing new.Regards,
Vu Nguyen.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,038 PostsLatest Activity: 6 years ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!
Related Content
- 4 years agoanonymous