Crates.io | dpx |
lib.rs | dpx |
version | 0.1.1 |
source | src |
created_at | 2022-12-19 20:56:04.713642 |
updated_at | 2022-12-19 20:59:17.904459 |
description | Dropbox API from the command line. |
homepage | |
repository | |
max_upload_size | |
id | 741588 |
size | 39,567 |
Dropbox API from the command line.
Install by running cargo install dpx
dpx dl dropbox_file_path
.
Will download to current directory.
dpx up local_file_path
Will upload a file at the path provided. If the path is absolute, the file will be uploaded to the Dropbox root. If relative, the relative path will be the location in Dropbox as well.
dpx folder dropbox_folder_path
Will download a whole folder, zipped, then unzip in place.
dpx zip dropbox_file_or_folder_path
Will download any folder or file in a zipped format.
dpx vl dropbox_file_or_folder_path
Returns a view-only link to a Dropbox file or folder.
dpx private dropbox_file_or_folder_path
Removes all Dropbox links but keeps collaborators.
dpx logout
Removes your stored Dropbox token.
dpx whoami
Shows the signed-in user's name.