Microsoft OneDrive could not work normally from version 23.061
on macOS 10.15.7 (19H2026). This issue may come from Microsoft decision, not your computer. Thus, this tutorial will show how to install the latest working version of Microsoft OneDrive on macOS 10.15.7.
- The latest working version of Microsoft OneDrive on macOS 10.15.7 is
23.002.0102.0004
. You can download it from Microsoft or here. - Turn off internet connection and install the downloaded file. You must uninstall previous version of Microsoft OneDrive from your computer before installing the downloaded file.
- Open Activity Monitor app and force quit
StandaloneUpdater
app. - Do not launch Microsoft OneDrive app at this step; instead, you do move to the next step.
- Use the Go to Folder ... function in Finder to move to
/Library/LaunchAgents/
directory. - Determine the
com.microsoft.OneDriveStandaloneUpdater.plist
file. To show hidden files, you can press command + shift + . (dot). - Open Terminal at this directory, and execute
sudo nano com.microsoft.OneDriveStandaloneUpdater.plist
to edit the file. - Locate the following lines in the opened file:
<key>RunAtLoad</key>
<true/>
- Change the value from
<true/>
to<false/>
, as follows:
<key>RunAtLoad</key>
<false/>
- Save the file by pressing control ^ + O
You can now launch the Microsoft OneDrive and sign-in with your account.