One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Req901
8 years agoExplorer | Level 3
Arduino Yun upload Images to Dropbox
How Arduino Yun upload Images to Dropbox using API?
- Greg-DB
Dropbox Staff
We don't have resources for Arduino in particular, but the Dropbox API does offer the ability to upload to Dropbox accounts programmatically. We recommend using one of the official SDKs, if possible for your platform, listed here:
https://www.dropbox.com/developers/documentation
Alternatively, you can use a third party library:
https://www.dropbox.com/developers/documentation/communitysdks
Or, call the HTTPS endpoints directly:
https://www.dropbox.com/developers/documentation/http/documentation
For instance, to upload, you can use /2/files/upload:
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
There will be a corresponding method if you're using an SDK.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,949 PostsLatest Activity: 2 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!