One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
BrunoT
5 years agoExplorer | Level 3
Photo to folder automation
Hi guys,
Iam building a web shop and iam faced with a challenge.
Digitization of my product, meaning I take a picture of the product, I would need it saved on dropbox automatically and get an url that I could use in the shop.
Next to that I would need to have access to all url s at once (bulk) so I could match product description with url. I would than match product description and url s in a chronology manner
- Greg-DB
Dropbox Staff
Dropbox 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, tutorials, and SDKs here:
https://www.dropbox.com/developers
For example, it sounds like you may be interested in the following endpoints:
- https://www.dropbox.com/developers/documentation/http/documentation#files-upload
- https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings
- https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links
Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:
https://www.dropbox.com/developers/documentation
Those have corresponding native methods for the HTTPS endpoints.
- BrunoTExplorer | Level 3
Thank for for your suggestions and help.
i will now take the time needed to try it out.
all the best to you
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 3 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!