Is there a OneDrive API for C++?

2019-08-03 08:57发布

问题:

I want to make a script that allows me to upload and download my files from OneDrive using C++ for a backup project I am making.

I came across the REST API however I cannot seem to download it. This is what I mean.

If it helps I am on a Mac running OS X Yosemite.

This will also be a command line application

回答1:

If you look closer at the project you'll see that the source code is there, and detailed instructions on how to build it can be found in the documentation:

How to setup, build, and run tests on OSX.

And here's the documentation on how to use the REST API with OneDrive:

Using the REST API



标签: c++ onedrive