.NET SDK System.AggregateException OAuth 2访问令牌格式错误?

时间:2016-07-19 14:58:37

标签: c# oauth dropbox-api

请注意:还发布了here on Dropbox forum

消息=调用API函数时出错" users / get_current_account":     给定的OAuth 2访问令牌格式不正确。

(a)通过NuGet安装Dropbox .NET SDK

(b)使用" App Console"

注册Dropbox API应用程序

(c)从上面提到的.NET教程页面复制了这个文本。

(d)更换了#34;您的访问权限"在上面的行中,使用上面步骤(b)中的App键:

using (var dbx = new DropboxClient("YOUR ACCESS TOKEN"))

(e)代码在使用后编译BUT崩溃:

var full = await dbx.Users.GetCurrentAccountAsync();

错误是:

Message=Error in call to API function
   "users/get_current_account":
 The given OAuth 2 access token is malformed."

Dropbox App Console提供的应用密钥 是这个形式的15个字母数字字符:

aannnaaaaaaaana

复制和粘贴时如何格式错误 从页面中间开始,其中包含一个甚至包含的URL 应用程序密钥作为URL的一部分?:

https://www.dropbox.com/developers/apps/info/aannnaaaaaaaana

外部例外是:

System.AggregateException was unhandled
    HResult=-2146233088

0 个答案:

没有答案