Jump to content

Ananthu Anilkumar

Level 1
  • Posts

    1
  • Joined

  • Last visited

About Ananthu Anilkumar

Ananthu Anilkumar's Achievements

0

Reputation

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