Is there a OneDrive API for C++?

安稳与你 提交于 2020-01-16 04:47:26

问题


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



来源:https://stackoverflow.com/questions/28927151/is-there-a-onedrive-api-for-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!