What value are you using for dwCopyFlags?
If that value is 0, copying an "online-only" file will not fail, but will pull the file from the cloud via the OneDrive sync client.
Obviously that's not what happens, so you're probably using some non-zero flag combination.
I have a C++ test program ready to check what happens in that case...
If that value is 0, copying an "online-only" file will not fail, but will pull the file from the cloud via the OneDrive sync client.
Obviously that's not what happens, so you're probably using some non-zero flag combination.
I have a C++ test program ready to check what happens in that case...
Statistics: Posted by sba923 — 30 Jul 2023, 18:15