如何使用C#应用程序将文件上传和下载到onedrive商业版? [英] how to upload and download file to onedrive for business using c# application?

查看:140
本文介绍了如何使用C#应用程序将文件上传和下载到onedrive商业版?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是编码和开发的新手.有人可以帮我使用c#应用程序将文件上传并下载到onedrive进行业务吗?

Hi i am new in coding and development. Can somebody please help me to upload and download a file to onedrive for business using c# application?

推荐答案

首选方式是:

,此链接也将帮助您使用 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.

这篇关于如何使用C#应用程序将文件上传和下载到onedrive商业版?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆