[PYTHON] Install and run dropbox on Ubuntu 20.04

procedure

1. Installation

Execute the following command to install

cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -

2. Login and registration

Execute the following command to start the Dropbox daemon

~/.dropbox-dist/dropboxd

If you put the file in the created ~ / Dropbox, it will be synchronized. If the above program is terminated, it will not be automatically synchronized, so it is necessary to execute the following program.

3. Run the program to synchronize

Download "Python script" from the bottom of the official website (URL below) https://www.dropbox.com/install-linux

Run the downloaded python program

python3 dropbox.py start

This will automatically sync. ** Note that python2 cannot be executed as it is. ** **

Recommended Posts

Install and run dropbox on Ubuntu 20.04
Install Mecab and mecab-python3 on Ubuntu 14.04
Install OpenCV and Chainer on Ubuntu
Install CUDA 8.0 and Chainer on Ubuntu 16.04
Install Apache 2.4 on Ubuntu 19.10 Eoan Ermine and run CGI
Install fabric on Ubuntu and try
Install Puppet Master and Client on Ubuntu 16.04
Install pyenv and Python 3.6.8 on Ubuntu 18.04 LTS
Install TensorFlow on Ubuntu
Install PySide2 on Ubuntu
Install JModelica on Ubuntu
Install Python 3.3 on Ubuntu 12.04
Install Theano on Ubuntu 12.04
Install angr on Ubuntu 18.04
Install pip / pip3 on Ubuntu
Install and run Python3.5 + NumPy + SciPy on Windows 10
Install MongoDB on Ubuntu 16.04 and operate via python
Run Jupyter on Ubuntu on Windows
Install GoLand IDE on Ubuntu
Install OpenCV on Ubuntu + python
wsl Install PostgreSQL on Ubuntu 18.04
[ROS] Install ROS (melodic) on Ubuntu (18.04)
Install Caffe on Ubuntu 14.04 (GPU)
Install Docker on WSL Ubuntu 18.04
Install Docker on Arch Linux and run it remotely
Install CUDA10.1 + cuDNN7.6.5 + tensorflow-2.3.0 on Ubuntu 18.04
Install Python 3.8 on Ubuntu 18.04 (OS standard)
Install Caffe on Ubuntu 14.04 (CPU mode)
Install Python 3.8 on Ubuntu 20.04 (OS standard)
Build and install OpenCV on Windows
Install python3 and scientific calculation library on Ubuntu (virtualenv + pip)
Run XGBoost on Bash on Ubuntu on Windows
Install Python 3.9 on Ubuntu 20.04 (OS standard?)
Install confluent-kafka for Python on Ubuntu
Install Python 2.7 on Ubuntu 20.04 (OS standard?)
How to install Go on Ubuntu
Run Yocto on Ubuntu using QEMU.
ROS study # 1 Install ros-noetic on ubuntu 20.04
Install easy_install and pip on windows
Until you install and run matplotlib
How to install OpenCV on Cloud9 and run it in Python
Install Ubuntu 18.04 on MacBook Pro Touchbar model and connect to WIFI
Build Python3 and OpenCV environment on Ubuntu 18.04
Install wsl2 and master linux on windows
Python virtual environment and packages on Ubuntu
Steps to install Python environment on Ubuntu
Install and launch k3s on Manjaro Linux
Install and Configure TigerVNC server on Linux
Mount and format Disk on Ubuntu on GCP.
Run bootgen on Debian GNU / Linux, Ubuntu
Install Pleasant on Ubuntu 20.04 (.NetCore3.1 / PostgreSQL version)
Install ubuntu on 32bit UEFI Ultra Notebook
Install Caffe running 3D-CNN on clean Ubuntu 14.04
Run flake8 and pytest on GitLab CI
Run py.test on Windows Anaconda and MinGW
How to install php7.4 on Linux (Ubuntu)
Install pyenv and rbenv on CentOS system-wide
Steps to run Google Chrome headless on EC2 Ubuntu and take screenshots
Shebang on Ubuntu 20.04
Install ROS and ROS module for Roomba on RaspberryPi3 and try to run it
Install Python3 and Django on Amazon Linux (EC2) and run your web server