GoogleCredential遗失了, 缺少ServiceAccountCredential, googlewebauthorizationbroker遗失了 来自新的" https://www.nuget.org/packages/Google.Apis.Auth/" 。 。 我正在使用Xamarin MonoAndroid V6。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Reflection;
using System.Threading.Tasks;
using Google.Apis.Auth.OAuth2;
using Google.Apis.Auth;
using Google.Apis.Gmail.v1;
using Google.Apis.Gmail.v1.Data;
using Google.Apis.Services;
using Google.Apis.Util.Store;
using Newtonsoft.Json;
namespace FBLogin
{
public class GmailLogin
{
static string[] Scopes = new string[] { "https://www.googleapis.com/auth/userinfo.profile" };
}
}