How do you use cloud storage such as Dropbox in your C++ Apllication ? I've checked out their API and they only have Java, Python, and Ruby options. If you cant use dropbox with a c++ app, is therte any cloud storage provider that has an API for C++.
Dropbox offers various cloud storage options. Whether you're an individual, small business, or large company, using Dropbox for cloud storage lets you store everything safely in the cloud and access file uploads from multiple devices.
Box is a cloud storage company. What that means is that you can upload files—documents, videos, photos, etc. —to the service from your phone, tablet or computer. Then you can access those files anywhere.
There are three types of cloud data storage: object storage, file storage, and block storage. Each offers their own advantages and have their own use cases: Object Storage - Applications developed in the cloud often take advantage of object storage's vast scalablity and metadata characteristics.
It's easy to store files from your phone in the cloud using the Dropbox mobile app. Once you've downloaded the Dropbox mobile app to your phone or tablet, you can create or upload files you'd like to save directly to Dropbox. Plus, any uploaded files sync with Dropbox on your iOS, Windows, and other connected devices.
The drop box APIs seem to be wrappers for a http interface. So if you want to hit them up from C++ you can use a http supporting library like libcurl to access stuff using the REST api
Droper is an open source C++/Qt Dropbox client that I have recently wrote. It can be compiled for Windows and Linux, but the GUI is optimized for Symbian mobile phones. Check it out.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With