0.2.0
Summary of significant changes:
- [NEW] Create sharing links
- [NEW] Upload attempts to retain file creation and modified metadata
- [NEW]
OneDriveManager
context manager - [IMPROVED] Error handling, logging
- [FIXED] Listing a directory now gets all items, even if there are over 200
- [DEPRECIATED]
create
depreciated, use theOneDrive
class directly - [DEPRECIATED]
create_from_config_file
, useOneDrive.from_json
or the context manager - [DEPRECIATED]
save_to_config_file
, useOneDrive.to_json
or the context manager
For more details and further changes refer CHANGES.md.