Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I want to use the image in Dropbox Folder.
How can I export images from Dropbox to OpenAlpr image_path? Plzzzz
Thank
I can't help with the OpenAlpr side of things as that's not made by Dropbox, but Dropbox does offer an API you can use for listing, uploading, and downloading files to/from Dropbox, 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, we do offer an official Python SDK:
https://github.com/dropbox/dropbox-sdk-python
With that, you can use the files_download or files_download_to_file methods to download files, for instance:
Hi there!
If you need more help you can view your support options (expected response time for a 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!