onedriveClient
onedriveClient copied to clipboard
A Microsoft OneDrive and OneDrive for Business client for Linux, written in Python3.
Since Python 3.5 ([PEP 484](https://www.python.org/dev/peps/pep-0484/)), type hinting has been a thing: ```python def greeting(name: str) -> str: return 'Hello ' + name ``` This allows IDE and code editors to...
This is not something urgent but will be good once the project starts to get big. The idea is to use the pre-existent translate method. Example: How it is: ```python...
Deleting/creating an item from the web client results in the error below, failing the delete/create The value for KeyError varies within 1000-7000 (from what I've seen). Fine deleting / creating...
Looking into the most reactions issues on parent project (xybu/onedrived-dev), there are a lot of people asking for one-way sync on both directions server to client and client to server....
To ensure no big data loss, support for `--dry-run` flag which logs any operations which would happen but does not modify local filesystem or cloud.