且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用C#应用程序将文件上传和下载到onedrive商业版?

更新时间:2023-10-14 11:38:58

首选方式是:

,此链接也将帮助您使用 Msdn代码示例

and this link also will help you using the Msdn Code sample

您将使用Sdk api的命令Put,get,Post,Move和Delete喜欢这种方式

You'll use the Commands of Sdk api Put, get, Post, Move and Delete LIke this way

(POST https://apis.live.net/v5.0/me/skydrive/files?access_token=ACCESS_TOKEN )

P.S:提醒您使用多线程,await,UploadAsync等...,并在缓存失败时重复.

P.S: Remind you to use multi threading, await, UploadAsync, ... and repeat on cached failures.