如何授权用户在Google-drive API中使用刷新令牌

时间:2013-06-07 07:49:25

标签: google-drive-api google-docs-api google-drive-realtime-api

我的Google-drive API中都有刷新令牌和访问令牌。但是每当用户使用我的API存储我的刷新令牌时,我都不想要求新的访问令牌。 如何从刷新令牌

获取新的访问令牌

1 个答案:

答案 0 :(得分:0)

你应该尝试这个

   authCode = "Your Refresh Code";
    IAuthorizationState = client.ProcessUserAuthorization(authCode, state);