onedrive
onedrive copied to clipboard
OneDrive Client for Linux
Currently on-demand file downloading is not implemented. #105 was opened and closed due to inactivity. While I'd love to contribute this and make a PR instead of a feature request,...
Original OneDrive Windows client creates up to 4 threads so that uploading small files would be faster. Is it possible to implement this feature? Is there API limitation and/or program...
Update to the rpm build docs to ensure the tar.gz file is the same version as in the spec.in file onedrive.spec.in references version v2.4.20 however the docs reference 2.4.15
Updating the line %{_unitdir}/%{name}.service to %{_userunitdir}/%{name}.service This fixes the issue when building the RPM on RHEL7/8/9 with the following error: RPM build errors: File not found: /root/rpmbuild/BUILDROOT/onedrive-2.4.20-1.el7.x86_64/usr/lib/systemd/system/onedrive.service This is due...
### Is your feature request related to a problem? Please describe. Currently the `--create-share-link` command allows you to share a file/folder with read-only permissions. To increase the value of this...
### Is your feature request related to a problem? Please describe. If onedrive is running in monitor mode via systemd on a headless system, i want to be able to...
### Summary of Changes #### Feature Requests * Implement Feature Request: Multi-threaded uploading/downloading of files [FR-232](https://github.com/abraunegg/onedrive/issues/232) * Implement Feature Request: Renaming/Relocation of OneDrive Business shared folders [FR-1251](https://github.com/abraunegg/onedrive/issues/1251) * Implement Feature...
This PR fixes the bug where the latest deltaLink is stored into the database before all changes are downloaded to the local system, causing inconsistency if the download process is...
### Describe the bug Multiple functions handle errors incorrectly that do not return after retrying the function. As a result, the validation check fails when returning from the recovering retry...
This pull request resolves the OneDriveAPI refactoring part of #2530. Changes - Add error handling wrapper for all request to handle retry automatically - Record the request and response for...