
▲ 2 r/onedrive
OneDrive constantly "preparing to upload" a file
Getting nowhere with this on other places like https://learn.microsoft.com/it
On my work account I get this image attached of "uploading 0.0kb of 4.1mb at 0.0kb/s, 1 file remaining".
It's been going on for over a year. The onedrive works fine, but it always states this and never goes away. my work laptop is fine and doesn't show this, so I know it's local. However I cannot find it.
I tried the following to remove 0kb files in powershell and it worked for 551 files, but it didn't fix the issue as I still see this random 4.1MB file trying to upload.
Get-ChildItem -File -Recurse | Where-Object { $_.Length -eq 0 } | Remove-Item -Force
Anyone can help?
u/Dave_Mansion — 6 days ago