Gdrive: List Folder??

Created on 9 Mar 2016  路  7Comments  路  Source: prasmussen/gdrive

Nice google drive CLI just found it but how i can list folders ?

Thanks!

Most helpful comment

Please support this.
I want to use like this : $ gdrive list <folderID>

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jnovotny picture jnovotny  路  3Comments

divamgupta picture divamgupta  路  5Comments

devova picture devova  路  7Comments

ChrisMann89 picture ChrisMann89  路  5Comments

ijunaid8989 picture ijunaid8989  路  4Comments