From 0a7631fb95249c7bf0c88e880120c7e937aefa0a Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 29 Mar 2023 10:52:04 -0600 Subject: [PATCH] Add note about setting --parent with upload Thanks to @vitalyk-multinarity for bringing this up in #5 --- readme.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.adoc b/readme.adoc index db0e267..09b0d66 100644 --- a/readme.adoc +++ b/readme.adoc @@ -148,6 +148,8 @@ The `upload` and `download` commands can be used to upload and download arbitrar Downloading any other Google Workspace document types will attempt to export them as plain text files. +Not that using `upload` without giving it a parent id with `--parent` (or setting the `GSHEET_PARENT` envar) will cause it to upload the file to the service account's root folder where it is not accessible to humans via Google Drive. + [source,sh] ---- # Upload data.csv as a Sheets document in the service account's root directory