Xiangyu Bu

Results 77 comments of Xiangyu Bu

It does not support ! notation. Did you try "My Folder" directly? Python fnmatch doesn't care about escaping spaces.

This version does not support proxy, but the new version (https://github.com/xybu/onedrive-d) supports proxies by design.

As a note, the last call will be likely to fail if the access token expires. The server throws error despite that you renew the token. The new onedrive API...

@Dr-Xperience This will get fixed with introduction of the new OneDrive API.

The short answer is, OneDrive server doesn't want that file and refuses the upload request. Sincerely, Xiangyu Bu Sent from my Windows Phone --- From: Anubhav Arunmailto:[email protected] Sent: ‎8/‎14/‎2015 12:03...

GUI not implemented. Sent from my iPhone > On Aug 2, 2015, at 9:10 AM, Rick [email protected] wrote: > > I used this repo and also do noet have an...

Hi, I guess your system language is not UTF-8 encoded? Although I don't know the exact file name that caused the problem, I guess it contains some char that is...

(python thinks) One of your file names has this char http://www.fileformat.info/info/unicode/char/dcfc/index.htm and raises an exception that onedrive-d doesn't expect. Let me think about how to deal with it. Sincerely, Xiangyu...

Finally I found a workaround that may be used directly: https://github.com/hsoft/dupeguru/commit/42be49da834ae5a25104d8c769e4011497b562a6 The idea is to rename the file for you to get rid of that character. By in one Python...

For this situation I think the program should do the following: 1. Ignore the file 2. Tell the user something is wrong with that file name, and ask for renaming....