From 105055af9158bd5657907bedf4fb1d6bc477657e Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Mon, 12 Sep 2016 14:36:18 +0200 Subject: [PATCH] Fix #159 Document how to list files in a subdirectory. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e3001d26..9a1428ef 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,13 @@ options: --bytes Size in bytes ``` +List file in subdirectory + + +``` +./gdrive list --query " 'IdOfTheParentFolder' in parents" +``` + #### Download file or directory ``` gdrive [global] download [options]