You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yep this is definitely the biggest issue with this app right now, im yet to find the perfect solution to this problem, as it is right now the app detects a discrepancy in the "last modified" timestamp and overwrites the file, this is essential to keep files updated if the professor happens to update them, if I were to modify this behavior so that the app only overwrites files with older timestamps than the ones on webeep that still wouldn't be a bullet-proof solution, as if the professor edits the file it would still get overwritten on the user's pc.
I'm not really sure how I would go about detecting user editing of the file, and even if I did I'm also not sure about what's the best way of handling it on the fs, I could either keep an original copy, marking it in some way (like adding "[ORIGINAL]" at the end of the file path) but then I would have to keep track of such a change, or just stop keeping the file synced all together and not download it even if it gets updated on webeep, but then of course new changes of the file from the professor wouldn't be downloaded and that wouldn't be great either.
While using WeBeep Sync, I've encountered a situation that leads to loss of annotations on PDF files. Here's the sequence of events:
It would be immensely helpful if we could find a workaround for this situation.
The text was updated successfully, but these errors were encountered: