Search code examples
c++windowswinapidropboxdropbox-api

Dropbox Sync API for C++


I understand that there are iOS and Android libraries where there's no problem to use Dropbox Sync APIs. I also have an application developed for Windows desktop using Visual Studio 2008 and C++/MFC (or Win APIs).

Is there any tutorial how to implement that Dropbox Sync via plain https? (JSON or REST)


Solution

  • Underneath, everything is just a web API, so check out the Core API HTTP docs and go from there: https://www.dropbox.com/developers/core/docs.