Skip to content

Commit 701ea13

Browse files
committed
Fix outdated readme
1 parent 183117e commit 701ea13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/pages/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,16 @@ This token will periodically expire - you can re-run the above command again to
128128
Follow steps 1-9 above to get a JSON file with your private key inside.
129129

130130
Include the path to the file as the `FILEPATH` parameter when creating a secret.
131-
The recommendation is to use an absolute path, not a relative one, and to store it in the `~/.duckdb` folder.
132-
You will need to be able to access this file while querying GSheets (its content are not persisted. Later versions of this extension may enable that.)
133131
Ex: `CREATE SECRET (TYPE gsheet, PROVIDER key_file, FILEPATH '<path_to_JSON_file_with_private_key>');`
134132

135133
You can skip steps 10, 11, and 12 since this extension will convert from your JSON file to a token on your behalf!
134+
The contents of the JSON file will be stored in the secret, as will the temporary token.
136135

137136
Follow steps 13 and 14.
138137

139138
This private key by default will not expire. Use caution with it.
140139

141-
This will also require an additional API request for every Google Sheets call, so it will take a small bit of extra time and you may want to use a token directly if you hit a rate limit of any kind.
140+
This will also require an additional API request approximately every 30 minutes.
142141

143142
## Limitations / Known Issues
144143

0 commit comments

Comments
 (0)