📅  最后修改于: 2023-12-03 15:25:14.501000             🧑  作者: Mango
如果你在 Ubuntu 上使用 OneDrive,你可以将它添加到 Ubuntu,以便可以直接在桌面上访问 OneDrive 文件。这篇文章将向你介绍如何在 Ubuntu 上添加 OneDrive。
sudo apt-get install libcurl4-openssl-dev libsqlite3-dev pkg-config git
git clone https://github.com/abraunegg/onedrive.git
cd onedrive
./configure
make
sudo make install
执行以下命令和步骤,设置自己的 OneDrive。
在 Microsoft Azure 注册一个应用程序。将 "应用程序ID"、"应用程序密码"、"重定向URI" 和 "用户范围" 记录下来。
mkdir -p ~/.config/onedrive
cp config ~/.config/onedrive/config
根据 Microsoft Azure 中记录的信息,修改 ~/.config/onedrive/config
文件。
sync_dir = ~/OneDrive
api_base_url = https://graph.microsoft.com/v1.0
auth_type = device
client_id = <your_client_id>
client_secret = <your_client_secret>
onedrive
一旦你的 OneDrive 被添加到 Ubuntu,你可以轻松地访问和管理你的 OneDrive 文件。