onedriveClient
onedriveClient copied to clipboard
A Microsoft OneDrive and OneDrive for Business client for Linux, written in Python3.
I believe this is actually part of the `setuptools` functionality, so I'm not sure if this is even possible. When installing via the AUR, there is the option to add...
@derrix060 I followed your instructions above, and fixed the syntax error in od_auth.py. Various commands then gave the error: ``` TypeError: __new__() missing 1 required positional argument: 'ignorefile_path' ``` For...
Hi! When I try to delete a folder from remote folder on the local machine I get the following error: ``` Unhandled inotify event Event(wd=4, mask=32768, cookie=0, name='') on local...
Snapcraft is a tool to release software to any Linux device (our target) https://snapcraft.io/build
Similar to https://github.com/xybu/onedrived-dev/issues/47, is this possible?
The current code is using a mix of old MS APIs. [This repo](https://github.com/gzxu/onedrive-sync-client/blob/master/onedrive/sdk.py) could authenticate using the new api, so it's something doable.
OneDriveAPISession is using keyring at the moment and this requires some specifics from the environment that it is running on. Changing to a nice encryption method (like keyring). one good...
Using docker make sure the environment is the same.
Would be useful for extended documentation that might not have a place in the README.
If a directory is used which had been previously synced, this program will upload each file again as file {desktop}, which wastes my bandwith. Can the file hashes be compared...