1.2.0 • Published 11 years ago

gput v1.2.0

Weekly downloads
1
License
BSD
Repository
github
Last release
11 years ago

gput

super simple streaming uploads into google drive from the command line

NPM

usage

this assumes you have a fresh google oauth token in ~/.config/googleauth.json. If you don't, just npm install googleauth -g to generate one!

npm install gput googleauth -g
googleauth
# authenticate with google, then
gput foo.jpg

you can also make directories:

gput mkdir foo

it will print out a big json blob. grab the id from it and then do:

gput foo.jpg --dir 0B8lSLF293vHqRlVkRzJp

to upload foo.jpg into the parent directory you created

nested directories aren't yet supported

1.2.0

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago