Jump to content

Julien Boedec

Employee Alumni
  • Posts

    408
  • Joined

  • Last visited

About Julien Boedec

Recent Profile Visitors

8,179 profile views

Julien Boedec's Achievements

12

Reputation

  1. Permission Denied Error

    iOS SDK

    I'm getting an error after authenticating a session in sandbox when trying to search through the users notes using a filter;

    Error Domain=com.evernote.sdk Code=3 "The operation couldn’t be completed. (com.evernote.sdk error 3.)" UserInfo=0x888bc70 {parameter=authenticationToken}

    I understand this error means permission was denied based on the authenticationToken parameter for a certain action but can't understand why after authenticating, an action could be denied based on the authentication of a token I just received when successfully authenticating.

    I can list using NSLog all the notebooks in the user account, but not search for notes within those notebooks due to the error mentioned.

    Is this something to do with my initial setup of the Evernote SDK or a poorly written request or something I haven't considered?

     
  2. Permission Denied Error

    iOS SDK

    I'm getting an error after authenticating a session in sandbox when trying to search through the users notes using a filter;

    Error Domain=com.evernote.sdk Code=3 "The operation couldn’t be completed. (com.evernote.sdk error 3.)" UserInfo=0x888bc70 {parameter=authenticationToken}

    I understand this error means permission was denied based on the authenticationToken parameter for a certain action but can't understand why after authenticating, an action could be denied based on the authentication of a token I just received when successfully authenticating.

    I can list using NSLog all the notebooks in the user account, but not search for notes within those notebooks due to the error mentioned.

    Is this something to do with my initial setup of the Evernote SDK or a poorly written request or something I haven't considered?

     
×
×
  • Create New...