Evernote -3000错误,状态码201,阻止用户进行身份验证

时间:2013-07-28 00:41:24

标签: ios cocoa-touch evernote error-code

这个错误似乎只发生在一些用户身上,我不确定有多少。那些接受它的人,不断接收它。我有方法:

authenticateWithViewController:completionHandler:

在完成处理程序中,它们收到以下错误:

Error Domain=com.evernote.sdk Code=-3000 "The operation couldn’t be completed. (com.evernote.sdk error -3000.)" UserInfo=0x1d8a2ae0 {statusCode=401}

我可以通过任何方式找出此错误的含义以及解决方法吗?

3 个答案:

答案 0 :(得分:1)

请确保您在整合SDK时遵循所有步骤,包括modifying your plist fileAppDelegate

答案 1 :(得分:0)

是的,我也收到了这个错误。 在plist URL scheme 中设置使用者密钥后,它运行正常。

enter image description here

答案 2 :(得分:0)

这篇文章描述了另一种可能性:

https://discussion.evernote.com/topic/40618-ios-cant-auth-via-app-but-can-through-website/?locale=en

基本上在委托中,如果你还定义了dropbox api,你需要在方法中组合请求:(BOOL)应用程序:(UIApplication *)app openURL:(NSURL *)url

希望它有所帮助。

DOM