Raspberry Pi Lesson: Dropbox Upload

Dropbox adalah servis simpanan file secara cloud dan file boleh dibuka di laptop ataupun smartphone. Raspberry Pi juga boleh bersambung dengan Dropbox bagi tujuan upload, download, delete, move, copy atau lain-lain. Melalui Terminal Raspberry Pi, gunakan command berikut.

$ git clone https://github.com/andreafabrizi/Dropbox-Uploader.git
$ cd Dropbox-Uploader
$ sudo chmod +x dropbox_uploader.sh
$ ./dropbox_uploader.sh

Bagi kali pertama, memerlukan Dropbox access token di www.dropbox.com/developers

Berikut adalah video nya

Python Source Code

Sertai Telegram Group bagi dapatkan source code

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.