We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
LewisO
4 months agoHelpful | Level 5
Implementing Dropbox features in a custom file explorer: API limitations for desktop apps?
I'm developing a desktop application as an alternative to Windows Explorer / macOS Finder and want to integrate the following Dropbox features: 1. Reading thumbnails for images and other supported f...
- 4 months ago
No, Dropbox does not offer a way to programmatically retrieve thumbnails locally without having the user authorize the app to access their content via the Dropbox API.
LewisO
Helpful | Level 5
Здравко Greg-DB Thank you for your replies, I think I can do better explanations. Like Windows explorer and mac finder, my file browser also displays files in a grid layout with thumbnails representing each file. When users are visiting the dropbox folder in my file browser, ideally, I would like to display small image thumbnails for image files. Although I can create thumbnails by analyzing the image files themselves, this can be time-consuming and take system resources, and it will trigger dropbox to sync down the files set to online-only by users, which isn't ideal. Since dropbox already generates thumbnails for such images and can display the thumbnails properly in windows explorer, I am wondering if my app can do the same - requesting existing thumbnails from Dropbox API(without analyzing the file and generating the thumbnail on my side), and without asking users to authorize via OAuth. This means, are there ways to acquire thumbnails available locally? (not by requesting from online file mirrors)
I hope my question is clear enough this time. Thank you all in advance.
Greg-DB
4 months agoDropbox Staff
No, Dropbox does not offer a way to programmatically retrieve thumbnails locally without having the user authorize the app to access their content via the Dropbox API.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!