We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
derikaptan
9 years agoNew member | Level 2
Problem with API . Need show images from dropbox.
I need to render images from my dropbox on my site , when i will change images on dropbox , it will change and on site . Which API can help me ? Please take me answer!!!
1 Reply
- Greg-DB9 years ago
Dropbox Community Moderator
To retrieve file content, you can use /2/files/download:
https://www.dropbox.com/developers/documentation/http/documentation#files-download
If you just want a thumbnail of an image file, you can use /2/files/get_thumbnail:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail
Or, to get a temporary direct link for a file, you can use /2/files/get_temporary_link:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link
You can use /2/files/list_folder and /2/files/list_folder/continue to track changes:
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue
Those are links to the HTTPS endpoints themselves, but we recommend using an official SDK if possible:
https://www.dropbox.com/developers/documentation
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 9 months 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!