Jump to content

Pratik Spaceo

Level 1
  • Posts

    0
  • Joined

  • Last visited

About Pratik Spaceo

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Pratik Spaceo's Achievements

0

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...