Ayudh 1 Posted February 7, 2018 Share Posted February 7, 2018 The company i work for develops a note/research management system which provides an option to the clients to sync their notes to Evernote and vice versa. Hence, the system relies heavily on the Evernote api. So when the user syncs for the first time, we fetch all his notes, save them into our system and store the time at which this sync was done. In the following iterations, we fetch all the notes updated/created by the user after the last sync time stored in our system, using the NoteFilter provided by Evernote. In the existing architecture of Evernote, suppose the user adds tags to a note without modifying the content of the note, in this case we are unable to fetch this particular note using the note filter since the updated for this note isnt modified (Since, Updated for a note doesnt get modified on addition of tags to a note) . Any solutions/ work arounds for this particular problem will be appreciated. Thanks! Link to comment
Level 5* DTLow 5,721 Posted February 8, 2018 Level 5* Share Posted February 8, 2018 On 2018-02-07 at 5:36 AM, Ayudh said: we are unable to fetch this particular note using the note filter since the updated for this note isnt modified I have a vague concept that update date is not used to trigger updates. A web hook is issued for updated data https://dev.evernote.com/doc/articles/polling_notification.php Link to comment
Level 5* gazumped 10,331 Posted February 8, 2018 Level 5* Share Posted February 8, 2018 I agree that tags don't qualify for an updated date change - you might take a look in more detail at SureFocus, which seems to do what you need... (I believe it works with standard Evernote files as well as the Business app...) Link to comment
Level 5* CalS 5,103 Posted February 8, 2018 Level 5* Share Posted February 8, 2018 3 hours ago, gazumped said: I agree that tags don't qualify for an updated date change Currently, unfortunately... Link to comment
Level 5* jefito 5,586 Posted February 8, 2018 Level 5* Share Posted February 8, 2018 41 minutes ago, CalS said: Currently, unfortunately... And that's by design, as you probably know... @Ayudh Evernote developer support has been pushed over to StackOverflow: https://stackoverflow.com/questions/tagged/evernote Link to comment
Level 5* DTLow 5,721 Posted February 8, 2018 Level 5* Share Posted February 8, 2018 4 hours ago, gazumped said: I agree that tags don't qualify for an updated date change Why do you agree with this design? I'd like to see any change qualify. This includes contents and metadata (title, tags, notebook ...) without distinction Link to comment
Level 5* CalS 5,103 Posted February 8, 2018 Level 5* Share Posted February 8, 2018 14 minutes ago, jefito said: And that's by design, as you probably know... @Ayudh Evernote developer support has been pushed over to StackOverflow: https://stackoverflow.com/questions/tagged/evernote Yup, doesn’t mean it’s a design decision I would make. Link to comment
Level 5* gazumped 10,331 Posted February 9, 2018 Level 5* Share Posted February 9, 2018 5 hours ago, DTLow said: Why do you agree with this design? Er - I was actually agreeing with you that for some reason Evernote don't regard edited tags as an update. I haven't actually considered whether or not I agree with the policy: I'm not using Evernote in a situation which requires me to register the date of such edits, though I can see where the OP would want it... Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.