Git Product home page Git Product logo

evernote-sdk-csharp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

evernote-sdk-csharp's Issues

Oauth in Sandbox Not Working

I am trying to use this code:
Uri userStoreUrl = new Uri("https://" + evernoteHost + "/edam/user");
TTransport userStoreTransport = new THttpClient(userStoreUrl);
TProtocol userStoreProtocol = new TBinaryProtocol(userStoreTransport);
UserStore.Client userStore = new UserStore.Client(userStoreProtocol);
var authenticationResult = userStore.authenticate(
credentials.EvernoteUserName,
credentials.EvernotePassword,
CONSUMER_KEY,
CONSUMER_SECRET,
false);
authToken = authenticationResult.AuthenticationToken;

But it fails to authenticate in the sandbox environment. Am I doing something wrong?

ErrorCode: Evernote.EDAM.Error.EDAMErrorCode.INVALID_AUTH
Parameter: consumerKey

The sample does not compile

The sample does not even compile. Plenty of unresolved names.

Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'TException' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMSystemException.cs 38 Active
Error CS0115 'EDAMSystemException.ToString()': no suitable method found to override EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMSystemException.cs 184 Active
Error CS0246 The type or namespace name 'TException' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMUserException.cs 42 Active
Error CS0115 'EDAMUserException.ToString()': no suitable method found to override EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMUserException.cs 158 Active
Error CS0246 The type or namespace name 'NoteResultSpec' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 814 Active
Error CS0246 The type or namespace name 'CreateOrUpdateNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 1759 Active
Error CS0246 The type or namespace name 'NotebookShareTemplate' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 1759 Active
Error CS0234 The type or namespace name 'NotebookRecipientSettings' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 1805 Active
Error CS0246 The type or namespace name 'UpdateNoteIfUsnMatchesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 2204 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 2223 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesParameters' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 2223 Active
Error CS0246 The type or namespace name 'ShareRelationships' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 2234 Active
Error CS0246 The type or namespace name 'NoteResultSpec' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 7361 Active
Error CS0246 The type or namespace name 'NoteResultSpec' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 7376 Active
Error CS0246 The type or namespace name 'CreateOrUpdateNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 10462 Active
Error CS0246 The type or namespace name 'NotebookShareTemplate' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 10462 Active
Error CS0246 The type or namespace name 'NotebookShareTemplate' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 10477 Active
Error CS0246 The type or namespace name 'CreateOrUpdateNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 10493 Active
Error CS0234 The type or namespace name 'NotebookRecipientSettings' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 10653 Active
Error CS0234 The type or namespace name 'NotebookRecipientSettings' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 10668 Active
Error CS0246 The type or namespace name 'UpdateNoteIfUsnMatchesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 11969 Active
Error CS0246 The type or namespace name 'UpdateNoteIfUsnMatchesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 12000 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 12059 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesParameters' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 12059 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesParameters' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 12074 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 12090 Active
Error CS0246 The type or namespace name 'ShareRelationships' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 12141 Active
Error CS0246 The type or namespace name 'ShareRelationships' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 12172 Active
Error CS0246 The type or namespace name 'NoteResultSpec' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 24968 Active
Error CS0246 The type or namespace name 'NoteResultSpec' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 24996 Active
Error CS0246 The type or namespace name 'NotebookShareTemplate' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37082 Active
Error CS0246 The type or namespace name 'NotebookShareTemplate' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37097 Active
Error CS0246 The type or namespace name 'CreateOrUpdateNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37226 Active
Error CS0234 The type or namespace name 'EDAMInvalidContactsException' does not exist in the namespace 'Evernote.EDAM.Error' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37230 Active
Error CS0246 The type or namespace name 'CreateOrUpdateNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37232 Active
Error CS0234 The type or namespace name 'EDAMInvalidContactsException' does not exist in the namespace 'Evernote.EDAM.Error' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37284 Active
Error CS0234 The type or namespace name 'NotebookRecipientSettings' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37860 Active
Error CS0234 The type or namespace name 'NotebookRecipientSettings' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 37888 Active
Error CS0246 The type or namespace name 'UpdateNoteIfUsnMatchesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 42770 Active
Error CS0246 The type or namespace name 'UpdateNoteIfUsnMatchesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 42775 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesParameters' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 42997 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesParameters' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 43012 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 43141 Active
Error CS0246 The type or namespace name 'ManageNotebookSharesResult' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 43146 Active
Error CS0246 The type or namespace name 'ShareRelationships' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 43511 Active
Error CS0246 The type or namespace name 'ShareRelationships' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\NoteStore.cs 43516 Active
Error CS0234 The type or namespace name 'UserProfile' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\RelatedResult.cs 113 Active
Error CS0234 The type or namespace name 'RelatedContent' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\RelatedResult.cs 114 Active
Error CS0234 The type or namespace name 'UserProfile' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\RelatedResult.cs 183 Active
Error CS0234 The type or namespace name 'RelatedContent' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\RelatedResult.cs 196 Active
Error CS0234 The type or namespace name 'RelatedContentType' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\RelatedResultSpec.cs 95 Active
Error CS0234 The type or namespace name 'RelatedContentType' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\NoteStore\RelatedResultSpec.cs 201 Active
Error CS0246 The type or namespace name 'SharedNote' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Note.cs 185 Active
Error CS0246 The type or namespace name 'NoteRestrictions' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Note.cs 186 Active
Error CS0246 The type or namespace name 'NoteLimits' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Note.cs 187 Active
Error CS0246 The type or namespace name 'SharedNote' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Note.cs 384 Active
Error CS0246 The type or namespace name 'NoteRestrictions' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Note.cs 397 Active
Error CS0246 The type or namespace name 'NoteLimits' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Note.cs 410 Active
Error CS0246 The type or namespace name 'NotebookRecipientSettings' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Notebook.cs 160 Active
Error CS0246 The type or namespace name 'NotebookRecipientSettings' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\Notebook.cs 344 Active
Error CS0246 The type or namespace name 'CanMoveToContainerRestrictions' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\NotebookRestrictions.cs 173 Active
Error CS0246 The type or namespace name 'CanMoveToContainerRestrictions' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\NotebookRestrictions.cs 499 Active
Error CS0246 The type or namespace name 'ServiceLevel' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\User.cs 144 Active
Error CS0246 The type or namespace name 'AccountLimits' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\User.cs 155 Active
Error CS0246 The type or namespace name 'ServiceLevel' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\User.cs 243 Active
Error CS0246 The type or namespace name 'AccountLimits' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\User.cs 386 Active
Error CS0246 The type or namespace name 'UserUrls' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\AuthenticationResult.cs 96 Active
Error CS0246 The type or namespace name 'UserUrls' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\AuthenticationResult.cs 182 Active
Error CS0234 The type or namespace name 'ServiceLevel' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\PublicUserInfo.cs 57 Active
Error CS0234 The type or namespace name 'ServiceLevel' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\PublicUserInfo.cs 68 Active
Error CS0246 The type or namespace name 'UserUrls' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 306 Active
Error CS0234 The type or namespace name 'UserProfile' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 445 Active
Error CS0234 The type or namespace name 'BusinessInvitation' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 462 Active
Error CS0234 The type or namespace name 'AccountLimits' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 474 Active
Error CS0234 The type or namespace name 'ServiceLevel' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 474 Active
Error CS0246 The type or namespace name 'UserUrls' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 1868 Active
Error CS0246 The type or namespace name 'UserUrls' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 1898 Active
Error CS0234 The type or namespace name 'UserProfile' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2276 Active
Error CS0234 The type or namespace name 'UserProfile' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2306 Active
Error CS0234 The type or namespace name 'BusinessInvitation' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2360 Active
Error CS0234 The type or namespace name 'BusinessInvitation' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2391 Active
Error CS0234 The type or namespace name 'AccountLimits' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2440 Active
Error CS0234 The type or namespace name 'ServiceLevel' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2440 Active
Error CS0234 The type or namespace name 'ServiceLevel' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2455 Active
Error CS0234 The type or namespace name 'AccountLimits' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 2470 Active
Error CS0246 The type or namespace name 'UserUrls' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 5842 Active
Error CS0246 The type or namespace name 'UserUrls' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 5846 Active
Error CS0234 The type or namespace name 'UserProfile' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7132 Active
Error CS0234 The type or namespace name 'UserProfile' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7136 Active
Error CS0234 The type or namespace name 'BusinessInvitation' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7481 Active
Error CS0234 The type or namespace name 'BusinessInvitation' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7485 Active
Error CS0234 The type or namespace name 'ServiceLevel' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7686 Active
Error CS0234 The type or namespace name 'ServiceLevel' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7692 Active
Error CS0234 The type or namespace name 'AccountLimits' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7798 Active
Error CS0234 The type or namespace name 'AccountLimits' does not exist in the namespace 'Evernote.EDAM.Type' (are you missing an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\UserStore\UserStore.cs 7801 Active
Error CS0006 Metadata file 'C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\bin\Debug\Evernote.dll' could not be found SampleApp C:\MyTemp\evernote-sdk-csharp-master\sample\client\SampleApp\CSC 1 Active
Error CS0246 The type or namespace name 'TException' could not be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMNotFoundException.cs 37 Active
Error CS0115 'EDAMNotFoundException.ToString()': no suitable method found to override EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMNotFoundException.cs 156 Active
Error CS1061 'TProtocol' does not contain a definition for 'IncrementRecursionDepth' and no accessible extension method 'IncrementRecursionDepth' accepting a first argument of type 'TProtocol' could be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMNotFoundException.cs 83 Active
Error CS1061 'TProtocol' does not contain a definition for 'DecrementRecursionDepth' and no accessible extension method 'DecrementRecursionDepth' accepting a first argument of type 'TProtocol' could be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMNotFoundException.cs 120 Active
Error CS1061 'TProtocol' does not contain a definition for 'IncrementRecursionDepth' and no accessible extension method 'IncrementRecursionDepth' accepting a first argument of type 'TProtocol' could be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMNotFoundException.cs 125 Active
Error CS1061 'TProtocol' does not contain a definition for 'DecrementRecursionDepth' and no accessible extension method 'DecrementRecursionDepth' accepting a first argument of type 'TProtocol' could be found (are you missing a using directive or an assembly reference?) EDAM C:\MyTemp\evernote-sdk-csharp-master\src\Evernote\EDAM\Error\EDAMNotFoundException.cs 152 Active

WP7 build

Did anyone had any success in building the sdk for WP7? I have plenty of resolution errors while trying in VS2013 or Xamarin Studio.

There is no "Preferences.cs" to compile

I have tried to compile the "SampleApp" but I couldn't compile the project because of this error.

Error   3
Source file 'EDAM\NoteStore\Preferences.cs' could not be found  ...\evernote-sdk-csharp-master\src\Evernote\CSC EDAM

download images in note

i try to download the image which is included in a note.
i get out the hash of the media element and do: notestore.getresourcedata(token, hash)

only i get is edamuserexception (bad data format)

the documentation for C# is really poor, so please help me out

filter.Words not working while calling noteStore.findNotesMetadata() in c#

NoteFilter filter = new NoteFilter();
filter.Words = "dummy";
NotesMetadataResultSpec spec = new NotesMetadataResultSpec();
spec.IncludeTitle = true;
NotesMetadataList notesList = noteStore.findNotesMetadata(api.AccessToken, filter, 0, pageSize, spec);

But not working its giving notesList count = 0 .

If I comment below code line
//filter.Words = "dummy";
its giving all notes in notesList.

Please do needful.

For development I'm using https://sandbox.evernote.com/

I'm using source code from below repository

https://github.com/evernote/evernote-sdk-csharp/tree/master/src
https://github.com/apache/thrift

Nothing working here

No matter what I tried I cannot build WP7 project. Windows project builds however crashes with an error on start.

I give up.

It's a shame because I had a great idea for EverNote integration.

WP7 Issues & Fix

Hello,

Upon loading the WP7 Sample, you'll notice immediately 4 Warnings and 1 Error. You could rebuild the solution but you will notice everything appears to be fine (Reference wise) but unfortunately one function was not closed properly (RunImpl) and also the way you declared the string needs to look like:

before: String authToken = "dev id";

after: static public string authToken = "dev id";

Also in: TTransport noteStoreTransport = new THttpClient(new Uri(authResult.NoteStoreUrl));

You'll notice that authResult is not defined. Also if you notice you have it as .NoteStore, well you have it defined previously as a lower-case n and MUST remain that way (see below).

Above Reference: String noteStoreUrl = userStore.getNoteStoreUrl(authToken);

Also, what is authResult? Shouldn't it just be noteStoreUrl?

If you resolve those, you'll notice you can rebuild and compile without any error. I also am pasting the whole Sample.cs for you below:

//
// Sample.cs
//
// A simple application demonstrating the use of the Evernote API
// on Windows Phone 7.
//
// Before running this sample, you must fill in your Evernote developer token.
//
// Evernote API sample code is provided under the terms specified
// in the file LICENSE.txt which was included with this distribution.
//
using System;
using System.Linq;
using System.Windows;
using Thrift.Protocol;
using Thrift.Transport;
using Evernote.EDAM.Type;
using Evernote.EDAM.UserStore;
using Evernote.EDAM.NoteStore;
using Evernote.EDAM.Error;
using System.Collections.Generic;
using System.Threading;
using System.Diagnostics;

namespace EvernoteTest
{
public class EDAMTest
{
// Real applications authenticate with Evernote using OAuth, but for the
// purpose of exploring the API, you can get a developer token that allows
// you to access your own Evernote account. To get a developer token, visit
// https://sandbox.evernote.com/dev/DeveloperToken.action
static public string authToken = "dev id";

    // Change the following variable to "www.evernote.com" to access the production service
    private const string EvernoteHost = "sandbox.evernote.com";
    private const string EDAMBaseUrl = "https://" + EvernoteHost;

    // UserStore service endpoint
    private const string UserStoreUrl = EDAMBaseUrl + "/edam/user";

    public static void Run()
    {
        ViewModel.TheViewModel.Notes.Clear();
        ViewModel.TheViewModel.Notebooks.Clear();
        ThreadPool.QueueUserWorkItem(RunImpl);
    }

    public static void RunImpl(object state)
    {
        if (authToken == "your developer token")
        {
            {
                ShowMessage("Please fill in your devleoper token in Sample.cs");
                return;
            }

            // Instantiate the libraries to connect the service
            TTransport userStoreTransport = new THttpClient(new Uri(UserStoreUrl));
            TProtocol userStoreProtocol = new TBinaryProtocol(userStoreTransport);
            UserStore.Client userStore = new UserStore.Client(userStoreProtocol);

            // Check that the version is correct
            bool versionOK =
                userStore.checkVersion("Evernote EDAMTest (WP7)",
                   Evernote.EDAM.UserStore.Constants.EDAM_VERSION_MAJOR,
                   Evernote.EDAM.UserStore.Constants.EDAM_VERSION_MINOR);
            InvokeOnUIThread(() => ViewModel.TheViewModel.VersionOK = versionOK);
            Debug.WriteLine("Is my Evernote API version up to date? " + versionOK);
            if (!versionOK)
            {
                return;
            }

            // Get the URL used to interact with the contents of the user's account
            // When your application authenticates using OAuth, the NoteStore URL will
            // be returned along with the auth token in the final OAuth request.
            // In that case, you don't need to make this call.
            String noteStoreUrl = userStore.getNoteStoreUrl(authToken);

            TTransport noteStoreTransport = new THttpClient(new Uri(noteStoreUrl));
            TProtocol noteStoreProtocol = new TBinaryProtocol(noteStoreTransport);
            NoteStore.Client noteStore = new NoteStore.Client(noteStoreProtocol);

            // Listing all the user's notebook
            List<Notebook> notebooks = noteStore.listNotebooks(authToken);
            Debug.WriteLine("Found " + notebooks.Count + " notebooks:");
            InvokeOnUIThread(() => notebooks.ForEach(notebook => ViewModel.TheViewModel.Notebooks.Add(notebook)));

            // Find the default notebook
            Notebook defaultNotebook = notebooks.Single(notebook => notebook.DefaultNotebook);

            // Printing the names of the notebooks
            foreach (Notebook notebook in notebooks)
            {
                Debug.WriteLine("  * " + notebook.Name);
            }

            // Listing the first 10 notes in the default notebook
            NoteFilter filter = new NoteFilter { NotebookGuid = defaultNotebook.Guid };
            NoteList notes = noteStore.findNotes(authToken, filter, 0, 10);
            InvokeOnUIThread(() => notes.Notes.ForEach(note => ViewModel.TheViewModel.Notes.Add(note)));
            foreach (Note note in notes.Notes)
            {
                Debug.WriteLine("  * " + note.Title);
            }

            // Creating a new note in the default notebook
            Debug.WriteLine("Creating a note in the default notebook: " + defaultNotebook.Name);

            Note newNote = new Note
                            {
                                NotebookGuid = defaultNotebook.Guid,
                                Title = "Test note from EDAMTest.cs",
                                Content = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
                                          "<!DOCTYPE en-note SYSTEM \"http://xml.evernote.com/pub/enml2.dtd\">" +
                                          "<en-note>Here's an Evernote test note<br/>" +
                                          "</en-note>"
                            };

            Note createdNote = noteStore.createNote(authToken, newNote);

            ShowMessage("Successfully created new note with GUID: " + createdNote.Guid);
        }
    }



    private static void ShowMessage(string error)
    {
        Debug.WriteLine(error);
        InvokeOnUIThread(() => MessageBox.Show(error));
    }

    private static void InvokeOnUIThread(Action action)
    {
        Deployment.Current.Dispatcher.BeginInvoke(action);
    }
}

}

I hope this is OK, and hope this works for you too... You can reach me on Twitter at @lanceseidman or email me at [email protected]. I most likely won't come here and look for a response, unless it emails me but happy to help with any future WP7 Questions or Development.

I am currently working on the AppChallenge for Evernote... Hope it goes good!

Take care,
Lance Seidman

Problem with "ReminderEmailConfig"

Something missed, I guess:

Error   1   The type or namespace name 'ReminderEmailConfig' could not be found (are you missing a using directive or an assembly reference?)   ...\evernote-sdk-csharp-master\src\Evernote\EDAM\Type\UserAttributes.cs 53  13  EDAM

Bug: Proxy configuration is ignored by Thrift

Hi,

in the file THttpClient.cs line 205:

connection.Proxy = null;

the defaul proxy configuration is cleared. If you have set up a proxy in your system settings the proxy server is not used by the Evernote SDK and the connection cannot be established. If you remove this line everything works.

(This bug is also fixed in the newest version of Thrift, so updating Thrift should resolve the issue as well.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.