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
kashifonepa
6 years agoNew member | Level 2
Uplaod images automatically whenever image upload on a specific website
Hello friends, I want to upload all images automatically into my dropbox whenever any image upload at this website. For this purpose is there any API, do I need to work in PHP or it can be achieved w...
Greg-DB
Dropbox Staff
Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:
https://www.dropbox.com/developers
For example, for uploading files, you can use the /2/files/upload endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
You can use the Dropbox API from any platform that can make HTTPS calls, not just PHP. This sort of integration would require some amount of programming though.
If you do want to use PHP, note that we don't have an SDK for PHP in particular, but you can call the HTTPS endpoints directly, as noted above, or use a third party library.
kashifonepa
6 years agoNew member | Level 2
Thank you Greg-DB for kind reply. let me check these links
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days 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!