You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: onedrive-cli cp ./source Destination/ reports "An item with the same name already exists under the parent"
This is correct, but I cannot find a way to override the default behavior to allow me to overwrite an existing file. It seems like "name.conflictBehavior=fail" is hard-coded into the operation. Any plans for arguments to the cp command that would allow other behaviors?
The text was updated successfully, but these errors were encountered:
Problem:
onedrive-cli cp ./source Destination/
reports "An item with the same name already exists under the parent"This is correct, but I cannot find a way to override the default behavior to allow me to overwrite an existing file. It seems like "name.conflictBehavior=fail" is hard-coded into the operation. Any plans for arguments to the
cp
command that would allow other behaviors?The text was updated successfully, but these errors were encountered: