Gdrive: How to Create folder and insert file in

Created on 16 Apr 2019  路  4Comments  路  Source: prasmussen/gdrive

All 4 comments

Can you explain the issue you're facing?

I mean how to create new folder and insert files or folders in it same time, sr for my English

You can upload a local folder (and all its contents recursively) directly into drive using this command

 $ gdrive upload -r /path/to/folder/

This will create the folder first then upload whatever it has inside to drive. You can find the reference from readme here

thanks for your reply.

Was this page helpful?
0 / 5 - 0 ratings