User Tools

Site Tools


linux:onedrive

This is an old revision of the document!


OneDrive on Mint 20

Source: https://linuxhint.com/install-and-use-onedrive-on-linux-mint/

The OneDrive version in the Ubuntu universe repository is version 2.3.13 - do not use, it does not work! Use the PPA instead (current version 2.4.10)

sudo add-apt-repository ppa:yann1ck/onedrive
sudo apt update
sudo apt install onedrive

First run:

onedrive

Then open the displayed url in a browser, authenticate, copy the url of blank page into console

Test:

onedrive --synchronize --verbose --dry-run

Sync manually:

onedrive --synchronize

Install Service:

systemctl status --user onedrive
systemctl --user enable onedrive
systemctl --user start onedrive

systemctl status --user onedrive
linux/onedrive.1634915844.txt.gz · Last modified: 2023/05/29 11:53 (external edit)