You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Paweł S.2
9 years agoNew member | Level 1
Download new file from shared folder
Hello! We got chooser in application and we can choose a video to upload to application. Idea is we want that user can choose a folder and if new file appears in specific folder, the new file will ...
Greg-DB
9 years agoDropbox Staff
Alexander, you can use the /files/get_thumbnail endpoint to get the thumbnail for a file in the authorized user's account:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail
The path parameter would be the path to the image you want a thumbnail for in the user's account. E.g., to get a thumbnail for an image named image.jpg inside a folder named Pictures, it would be "/Pictures/image.jpg".
Note that this only works if you're connected to the account that has that file though. That is, won't work if you have user A's link, but are only authorized for user B's account.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,919 PostsLatest Activity: 10 hours ago
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!