Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ How do you access Dropbox Linux command line     - HAproxy let IP recording back-end RS (Server)

- Ubuntu 14.04 virtual machine switching desktop environments (Linux)

- OpenvSwitch 2.1.2 shell script to start and stop (Linux)

- Linux system boot process detail (Linux)

- CentOS 6.7 install Nagios Tutorials (Server)

- Set multiple IP addresses for a single network card on Ubuntu 15.10 (Linux)

- Hadoop - Task Scheduling System Comparison (Server)

- JITwatch installation under Linux (Linux)

- Linux automatically install service components and optimize the kernel parameters (Linux)

- Java Performance Tuning the proxy mode (Programming)

- Ubuntu security settings and tools (Linux)

- MySQL query plan key_len know all (Database)

- Linux operation and maintenance of the automated installation and deployment RHEL7.0 Cobbler (Linux)

- Log4Net (Linux)

- Manually compile Hadoop 2.6.0 under Ubuntu 14.04 (Server)

- U disk to install Windows and Ubuntu 15.04 dual system (Programming)

- Linux platform NTOP Installation and Configuration (Linux)

- Python 2.7 installed on CentOS 6.5 (Linux)

- EXP-00091: Exporting questionable statistics Processing Method (Database)

- Ubuntu 14.04 can be used to create a WIFI hotspot for Android (Linux)

 
         
  How do you access Dropbox Linux command line
     
  Add Date : 2018-11-21      
         
         
         
  In today's environment, multiple devices, cloud storage everywhere. Regardless of where people want to obtain the desired content from the cloud storage via multiple devices. With a beautiful UI and perfect cross-platform compatibility, Dropbox cloud storage service has become the most widely used. Dropbox epidemic has triggered a series of official and non-official Dropbox client, they support different operating system platforms.

Of course, the Linux platform also has its own Dropbox client: both the command line, but also a graphical interface client. Dropbox Uploader Dropbox is a simple to use command-line client, it is written in Bash scripting language (LCTT Annotation: Yes, you're not wrong, that is, Bash). In this tutorial, I will describe how to use Dropbox Uploader in Linux command line to access Dropbox.

Linux install and configure Dropbox Uploader

To use Dropbox Uploader, you need to download the script and that it can be executed.

$ Wget https://raw.github.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh
$ Chmod + x dropbox_uploader.sh
Make sure you have the system installed curl, curl because Dropbox Uploader to run through the Dropbox API.

To configure Dropbox Uploader, you can simply run dropbox_uploader.sh. When you first run this script, it will be authorized to request such scripts can access your Dropbox account.

$ ./dropbox_uploader.sh


Https://www.dropbox.com/developers/apps you need to access the page through a browser, and create a new Dropbox app. Then, like the figure below fill in the new app information and enter the name of the app, similar to Dropbox Uploader app name it generated.

After you have created a new app, you will see the next page app key and app secret. Please remember them.

Then running the dropboxuploader.sh terminal window, enter the app key and app secret. Then dropboxuploader.sh will generate a URL oAUTH

Then visit the oAUTH URL through a browser, and agree to access your Dropbox account.

This completes Dropbox Uploader configuration. Dropbox Uploader To confirm whether it is successfully authenticated, you can run the following command.

$ ./dropbox_uploader.sh Info
DropboxUploader v0.12
> Gettinginfo ...
Name: DanNanni
UID: XXXXXXXXXX
Email: my @ email_address
Quota: 2048Mb
Used: 13Mb
Free: 2034Mb
 

Dropbox Uploader example

To display all the contents of the root directory, run:

$ ./dropbox_uploader.sh List
To list a specific folder, all the contents, run:

$ ./dropbox_uploader.sh ListDocuments / manuals
To upload a file to a remote local Dropbox folder, use:

$ ./dropbox_uploader.sh Upload snort.pdf Documents / manuals
Dropbox download from a remote to a local file, use:

$ ./dropbox_uploader.sh Download Documents / manuals / mysql.pdf ./mysql.pdf
From Dropbox download a complete remote folder to a local folder, run:

$ ./dropbox_uploader.sh Download Documents / manuals ./manuals
To create a new remote folder, use the Dropbox:

$ ./dropbox_uploader.sh MkdirDocuments / whitepapers
To completely remove Dropbox in a remote folder (including all the content it contains), run:

$ ./dropbox_uploader.sh DeleteDocuments / manuals
     
         
         
         
  More:      
 
- Ubuntu install OpenMPI (Linux)
- Setting Lns firewall against ARP attacks (Linux)
- RedHat Performance Tuning (Server)
- Build your own Python coding environment (Linux)
- Hadoop - Task Scheduling System Comparison (Server)
- How to install and use the malware detection tool LMD and ClamAV antivirus engine on Linux (Linux)
- Replace element and non-replaced elements of learning (Programming)
- Nginx start, stop, smooth start, smooth upgrade (Server)
- Use scripts easily install the latest Linux kernel in Ubuntu (Linux)
- PF_RING 6.0.2 compiled and installed on Redhat 6.3 x86_64 (Linux)
- How to create a binary distribution with Bash (Linux)
- IOwait Linux system monitoring diagnostic tools (Linux)
- Depth study and understanding for individual users suicide DDoS attacks (Linux)
- Ceph performance optimization summary (v0.94) (Server)
- PL / SQL -> UTL_FILE use presentation package (Database)
- Bash How to read a file line by line (Programming)
- Ubuntu way of decompressing files (Linux)
- TPCC-MySQL Benchmark (Database)
- Ubuntu 14.04 + xRDP + Xfce implement Windows Remote Desktop Connection (Linux)
- Ubuntu ADSL dial-up Internet access (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.