onedriveClient icon indicating copy to clipboard operation
onedriveClient copied to clipboard

A Microsoft OneDrive and OneDrive for Business client for Linux, written in Python3.

Results 25 onedriveClient issues
Sort by recently updated
recently updated
newest added

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...

help wanted
Hacktoberfest
beginner

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...

bug

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....

enhancement

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.

enhancement
help wanted
Hacktoberfest