我正在尝试在使用 Xamarin 的 Android 手机上使用 .NET API 上传视频。我无法进行身份验证,并且在主题行中出现错误。这是来自 Xamarin 的代码:
我使用了 HttpScoop,似乎没有网络流量。
我正在使用 Web 应用程序 ID:
Web 应用程序的客户端 ID
客户编号:
* .apps.googleusercontent.com
电子邮件地址:
* @developer.gserviceaccount.com
客户端密码:
- *
重定向 URI:http: //jmawebtechnologies.com
JavaScript 起源:http: //jmawebtechnologies.com
以下是我创建 Google Authenticator 的方法:
GoogleAuthenticator Auth ()
{
return new Google.Apis.Authentication.OAuth2.GoogleAuthenticator (ClientID, new Uri ("http://jmawebtechnologies.com"), Google.Apis.Youtube.v3.YoutubeService.Scopes.YoutubeUpload.ToString());
}