Xiangyu Bu
Xiangyu Bu
It looks like Office uses WebDAV interface to access OneDrive files. Don't know if we can replicate the approach in linux. This feels more promising than current approach.
Umm... PyQt4 (Qt4)? PyGObject (GTK)? If desperate, implement two GUIs...
... can't do this yet because I don't have a set of client ID and client secret to test the program. The biggest problem to support ODfB is that onedrived...
There are a few ways to achieve this: 1. By checking `view.recent` API. I'm under an impression that it only lists document files. Need to double check. Also there's a...
help sync by adding onedrived-specific metadata to files? https://dev.onedrive.com/misc/custom-metadata.htm
... maybe if a file is `CLOSE_WRITE`ed or `MOVED_TO`, check if there is a file in the remote repo (based on db record) that has the same hash as that...