Possible bug in version v2.5.7 when using upload_only option #3450
jrpelegrina
started this conversation in
General
Replies: 1 comment 6 replies
-
|
@jrpelegrina Also - your logs do not show what you are claiming. To take this further, use a script similar to the following to create a specific local version of v2.5.6 and v2.5.7 This will create a local folder called:
Please replicate the issue and have correct reproduction so that your application output matches your claim. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using version 2.5.6 of the client (installed from the openSUSE deb), I configured an instance of it to only upload files to my OneDrive account. Specifically, I configured it with the options: upload_only = true, disable_upload_validation = true, and remove_source_files = "true" and --single-directory
The instance worked correctly without any issues. However, when updating the client to version 2.5.7, also using the openSUSE deb, I found that only files that don't exist in the cloud are sent to OneDrive. If I try to upload an existing file, the client tells me it can't upload it due to lack of space (I have over 4 GB of free space). I've tried configuring a similar instance with another Outlook account, and the behavior is the same. I've attached a screenshot of what the client returns.
Beta Was this translation helpful? Give feedback.
All reactions