We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
abhishek8973
5 years agoNew member | Level 2
Need to add image through php code
I want to add image through my php code and get the the ling upload image is this possible
Greg-DB
Dropbox Community Moderator
5 years agoDropbox does offer an API you can use for listing, uploading, downloading, and sharing files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation and tutorials here.
For example, to upload files you can use /2/files/upload, and to create shared links you can use /2/sharing/create_shared_link_with_settings.
For reference, Dropbox doesn't offer an official PHP SDK for Dropbox API v2, but you can use a third party library, or you can call the HTTPS endpoints themselves using whatever HTTPS client you prefer.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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, Facebook or Instagram.
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!