初始化 Evernote API 时出错

发布于 2024-11-05 09:23:26 字数 235 浏览 0 评论 0原文

你好 我正在 android(3.0) 上开发一个应用程序并尝试使用 Evernot API。我下载了 Evernote API 示例并尝试使用它。 我使用 Evernote 示例应用程序名称“HelloEDAM”,当我运行应用程序时,屏幕上显示以下错误 “初始化 Evernote API 时出错”。我有 Evernote 发送给我的 API 消费者密钥和消费者密钥,并且还提供了正确的用户名和密码。知道可能是什么问题吗?

非常感谢!

Hi
I am developing an application on android(3.0) and trying to use the Evernot API. I downloaded Evernote API with sample and trying to play with it.
I working with evernote sample application name "HelloEDAM" , when i run the application following error displays at screen
"Error initializing Evernote API".. i have the API consumer secret and consumer Key which is send by Evernote to me and also providing the right username and password. Any idea what could be the problem?

many thanks !!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逆光下的微笑 2024-11-12 09:23:26

如果我们无法对 Evernote 进行身份验证,则会显示该错误。造成这种情况的常见原因是:

  • 您的应用程序没有互联网权限
  • 您的消费者密钥和消费者秘密不正确
  • 您请求了一个 Web 服务 API 密钥,该密钥必须使用 OAuth 进行身份验证,但正在尝试使用用户名和密码进行身份验证。密码
  • 您正在使用我们生产服务中的 Evernote 用户名和密码,但正在尝试对我们的沙箱服务器进行身份验证。

我们还会记录一条消息,其中包含导致错误的异常。

That error is shown if we're unable to authenticate to Evernote. Common causes of this are:

  • Your application doesn't have internet permissions
  • Your consumer key and consumer secret are incorrect
  • You requested a web service API key, which must authenticate using OAuth, but are attempting to authenticate using username & password
  • You are using an Evernote username and password from our production service but are attempting to authenticate against our sandbox server

We also log a message that contains the exception that caused the error.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文