Google.Apis.Auth错误。无法验证我的项目

时间:2017-02-11 08:17:27

标签: c# android visual-studio-2015 oauth-2.0 xamarin.forms

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" };
       }
  }

0 个答案:

没有答案