无法在Azure Devops Service中获得TFS用户权利

时间:2018-09-18 18:04:47

标签: azure tfs azure-devops devops

我在VSTS扩展中添加了范围 vso.entitlements ,该功能运行良好,但是现在当我在Azure Devops服务中使用相同范围运行扩展时,却给我一个错误。

VS30063:您无权访问https://app.vssps.visualstudio.com

VssConnection connection = new VssConnection(new Uri("https://dev.azure.com/accountname"), new VssBasicCredential("", oAuthAccessToken));
            LicensingHttpClient licensingHttpClient = connection.GetClient<LicensingHttpClient>();
            AccountEntitlement accountEntitlement = licensingHttpClient.GetAccountEntitlementAsync().Result;
            License license = accountEntitlement.License;

0 个答案:

没有答案