Nice google drive CLI just found it but how i can list folders ?
Thanks!
Please support this.
I want to use like this : $ gdrive list <folderID>
Yes, it may be an awesome feature
you can list files from a folder with this:
$gdrive list -q "'<folderID>' in parents"
And how we will get the folder id without list?
I have known folder id. For automatic routine purpose (such as download files from specific folder, but I don't want to sync), known folder id is better solution.
how to list root folder?
./gdrive list --query " 'root' in parents"
to list root folder
Most helpful comment
Please support this.
I want to use like this :
$ gdrive list <folderID>