Xiangyu Bu
Xiangyu Bu
@msunela You shared a very very very interesting link. Never realized this set of API. Looked promising. I opened an issue #128 just in case I forget.
Looks like there is something special when downloading / uploading extremely large files. And the issues seem to point to the either close-session request or the last chunk. Hopefully I...
I checked. The access token expires after uploading that large file, making it an error closing the BITS session with the expired token. Will fix it shortly.
First we need to get the app registered under some Office 365 domain (https://dev.onedrive.com/app-registration.htm#register-your-app-for-onedrive-for-business) to obtain client ID and secret, then need an account under that domain to run the...
Maybe pip doesn't create shortcuts if you install packages in user namespace?
It looks like syncing finished at 2017-06-08 16:56:22,488; after that it just sat there monitoring local and remote changes. If the remote repository was properly downloaded and there were no...
@nahmias22 Don't add the "--user" cmdline arg.
Replace the ``` from bidict import loosebidict ``` line in od_watcher.py with something like ``` import bidict class loosebidict(bidict.bidict): on_dup_val = bidict.OVERWRITE ``` might work.
Committed a fix in 4f24e4f3b2344ef5cdd9d167913bf32e6419a39b. Please try the latest version.
Daemon mode and debug mode basically do the same except that daemon mode redirects output to log while debug mode prints to stdout. If keyring asks for password in debug...