Ananthu Anilkumar 0 Posted August 20, 2019 Share Posted August 20, 2019 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()); Link to comment
ArtemVysotsky 0 Posted January 11 Share Posted January 11 Was the issue fixed? i have a related one https://help.evernote.com/hc/en-us/requests/3809032 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now