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.