我正嘗試使用Xamarin在Android手機上使用.NET API上傳視頻。我無法驗證,並在主題行中出現錯誤。下面是從Xamarin代碼:我用HttpScoop您必須經過身份驗證才能發出請求 - GoogleAuthenticator
而且似乎也沒有網絡流量。
我使用的Web應用程序ID:
客戶端ID爲Web應用程序
客戶端ID:
* .apps.googleusercontent.com
郵箱地址:
* @ developer.gserviceaccount.com
客戶祕密:
- *
重定向的URI:http://jmawebtechnologies.com
JavaScript來源:http://jmawebtechnologies.com
這裏是我創建谷歌身份驗證者:
GoogleAuthenticator Auth()
{
return new Google.Apis.Authentication.OAuth2.GoogleAuthenticator (ClientID, new Uri ("http://jmawebtechnologies.com"), Google.Apis.Youtube.v3.YoutubeService.Scopes.YoutubeUpload.ToString());
}
您可以運行提琴手或類似的東西,我們可以看到您發送到服務器的確切請求嗎? – peleyal
我確實運行過它。似乎沒有交通。查看我的新請求圖片。 –