使用onedrive-d 进行OneDrive 同步
Tofloor
poster avatar
russrao
deepin
2017-10-30 05:05
Author
应用商店里的网页版onedrive 似乎被墙了,修改hosts 也不管用了,只有使用VPN 才能访问。尝试使用onedrive-d,发现安装时不支持deepin。
修改了一下 install.sh,40 行加上 deepin  

case $DISTRIB_ID in
        # Debian/Ubuntu family
        elementaryos|debian|ubuntu|deepin|linuxmint|raspbian)
                PACKAGE_INST='sudo apt-get install'
                PIP_PKG_NAME='python3-pip'
                PYGOBJECT_PKG_NAME='python3-gi'
                INOTIFY_PKG_NAME='inotify-tools'
                PYTHON_DEV_PKG_NAME='python3-dev'
                ;;


再安装成功,安装后第一次运行用 onedrive-pref 命令设置好账户(有点小复杂,第一步需要用浏览器登录 outlook 后,将网址paste 回来)和同步文件夹
然后运行 onedrive-d start 成功,可以同步。
Reply Favorite View the author
All Replies
avatar
russrao
deepin
2017-10-30 05:07
#1
onedrive-d安装

$ git clone https://github.com/xybu92/onedrive-d.git
$ cd onedrive-d
$ ./install.sh
Reply View the author
avatar
黄榛
deepin
2018-01-17 21:06
#2
直接登录个人版了,不知道学校(工作)版的怎么登录。
Reply View the author
avatar
russrao
deepin
2018-01-18 02:18
#3
https://bbs.deepin.org/post/147434
直接登录个人版了,不知道学校(工作)版的怎么登录。

工作版的据我所知还没有人开发,能上个个人版就不错了。
Reply View the author
avatar
firedrake
deepin
2018-01-18 04:16
#4
Reply View the author
avatar
RedPanda
deepin
2018-01-18 05:38
#5
https://bbs.deepin.org/post/147434
https://github.com/skilion/onedrive

一直用的这个。

这个好用吗?
Reply View the author
avatar
firedrake
deepin
2018-01-18 16:14
#6

挺好的。除了有时候断网会崩溃。
我设置好了之后,systemctl --user --now enable onedrive.service 就没再管过它了。
Reply View the author
avatar
黄榛
deepin
2018-01-23 22:27
#7
https://bbs.deepin.org/post/147434
工作版的据我所知还没有人开发,能上个个人版就不错了。

谢谢,不过我改用pCloud了。这家伙比onedrive不知道高到哪里去了。
Reply View the author