Xiangyu Bu

Results 77 comments of Xiangyu Bu

Any idea how I can reproduce the exception? I don't know how to make a file with name containing invalid Unicode char. If I can reproduce it I can figure...

For commit e88ab18b75ad73ab786d094d320718485b6a6594, change lines 204-208 of `od_worker_thread.py` from ``` python try: is_exist = os.path.exists(local_path) except UnicodeEncodeError: self.logger.error('Failed to stat entry "%s". Path is not Unicode.', local_path) return ``` to...

Files and folders whose name start with a dot are ignored by default (but you can edit ignore list). Note that uploading them will result in server-side error.

OneDrive server does not allow for uploading files with name starting with a dot. Sent from my iPhone > On Jun 22, 2015, at 1:33 AM, xrfang [email protected] wrote: >...

The next experimental version (the one that will leverage new OneDrive API) should support multi accounts and selective syncing while keeping blacklist feature. (but I don't have enough free time...

For ver 1.0.x, open `~/.onedrive/ignore_v2.ini` and add the paths / names you don't want to sync, one perline.

Use crontab? Sincerely, Xiangyu Bu Sent from my Windows Phone --- From: wtrdkmailto:[email protected] Sent: ‎3/‎27/‎2015 7:37 AM To: xybu/onedrive-dmailto:[email protected] Subject: [onedrive-d] Startup script for linux server (#146) I've tried several...

I believe there is some inconsistency in the rules how OneDrive server manages shared files. This kind of renaming means the program cannot determine which version, local or remote, is...

@skilleter @sirber That's is one reason why the problem can occur. New OneDrive API might help mitigate the trouble but I am not sure.

To make sure I change code correctly, changing from ``` PACKAGE_INST='sudo apt-get install' ``` to ``` PACKAGE_INST='su -c apt-get install' ``` will work for Debian?