Jump to content

Ananthu Anilkumar

Level 1
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Ananthu Anilkumar

  1. I am tried to develop a sample evernote test application( in Visual studio 2015) using C++ SDKprovided by Evernote.

    Authentication process is done by using "Authenticating with the Evernote Cloud API using OAuth". As a result of above procedure, I have got an AccesToken(authenticationToken).

    By using this AccesToken, I have tried to access UserStoreClient::getNoteStoreUrl() API of Evernote C++ SDK.

    It returns

    "HTTP 1.1 403 Forbidden" as error.

    Could you please help me to find the root cause of the issue.

    Sample code snippet:

    evernote::edam::UserStoreClient userClientObj(prot);
        std::string _returnNodeStoreUrl("");
        userClientObj.getNoteStoreUrl(_returnNodeStoreUrl, sAccessToken);
        return wstring(_returnNodeStoreUrl.begin(), _returnNodeStoreUrl.end());
×
×
  • Create New...