第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

UWP - 如何在 C# 中使用 OneDrive API 同步文件

UWP - 如何在 C# 中使用 OneDrive API 同步文件

PHP
蠱毒傳說(shuō) 2024-01-20 21:04:26
我正在創(chuàng)建一個(gè) UWP 應(yīng)用程序,我想使用 Onedrive API,以便用戶(hù)可以在其 Onedrive 帳戶(hù)中保存文件的副本,但我不明白,到目前為止我只成功登錄了我想要的內(nèi)容:上傳文件下載文件如果其中任何一個(gè)被修改,則進(jìn)行同步創(chuàng)建文件夾刪除文件此代碼實(shí)現(xiàn)了登錄,但我無(wú)法超越此,就像繼續(xù)上傳文件或下載文件一樣 private async void btn_Login_Click(object sender, RoutedEventArgs e)        {            if (this.oneDriveClient == null)            {                try                {                    // Setting up the client here, passing in our Client Id, Return Url,                     // Scopes that we want permission to, and building a Web Broker to                     // go do our authentication.                     this.oneDriveClient = await OneDriveClient.GetAuthenticatedMicrosoftAccountClient(                        clientId,                        returnUrl,                        scopes,                        webAuthenticationUi: new WebAuthenticationBrokerWebAuthenticationUi());                   // Show in text box that we are connected.                   txtBox_Response.Text = "We are now connected";                    // We are either just autheticated and connected or we already connected,                     // either way we need the drive button now.                    btn_GetDriveId.Visibility = Visibility.Visible;                }我在 github 中創(chuàng)建了一個(gè)示例存儲(chǔ)庫(kù):Onedrive Sync Files Sample我已經(jīng)嘗試過(guò)使用 Dropbox、Gdrive,但它在 UWP 上的實(shí)現(xiàn)似乎要復(fù)雜得多,所以我選擇了 OneDrive。任何答案都會(huì)非常有幫助,提前致謝
查看完整描述

1 回答

?
牧羊人nacy

TA貢獻(xiàn)1862條經(jīng)驗(yàn) 獲得超7個(gè)贊

如何在 C# 中使用 OneDrive API 同步文件

對(duì)于使用 OneDrive,我們建議您使用Windows 社區(qū)工具包中的OneDrive服務(wù)來(lái)實(shí)現(xiàn) OneDrive功能。

入門(mén)

要使用 OneDrive API,您需要擁有一個(gè)訪問(wèn)令牌,用于對(duì)您的應(yīng)用程序進(jìn)行身份驗(yàn)證,以獲得用戶(hù)的一組特定權(quán)限。在本節(jié)中,您將學(xué)習(xí)如何:

  1. 注冊(cè)您的應(yīng)用程序以獲取客戶(hù)端 ID 和客戶(hù)端密鑰。

  2. 使用令牌流或代碼流將用戶(hù)登錄到具有指定范圍的 OneDrive。

  3. 將用戶(hù)注銷(xiāo)(可選)。

查看完整回答
反對(duì) 回復(fù) 2024-01-20
  • 1 回答
  • 0 關(guān)注
  • 229 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)