From 5105ed051818865c3f370e2b7ad50ec08dc4b30d Mon Sep 17 00:00:00 2001 From: Nathan Malkin Date: Mon, 21 Jun 2021 22:33:03 -0700 Subject: [PATCH] Explain --tokens-directory flag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdc0da0..013a712 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Once you have the credentials file, save it somewhere on disk; you'll pass its l The first time you run `qualtrics2sheets`, it will need to use those credentials to obtain an authentication token (which is what's actually used to interact with the API). To do this, it will open a new browser window, where you'll be asked to authorize the application you created in the Cloud Console with access to Sheets. +The resulting authentication token will be stored in the `tokens` directory in your current working directory. (You can change this location using the `--tokens-directory` flag.) Usage