Skip to content

mnjstwins/onedrive-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onedrive-cli

利用方便在服务器上传下载

获取token

odrive-cli auth --client_id xxxxx --client_secret yyyyy

api, creat your app from doc

show list

odrive-cli show list -p somepath

upload

odrive-cli put somelocalpath --size 20 -p Movies/

download

odrive-cli get itemid -o somelocalpath

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 99.5%
  • JavaScript 0.5%