Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Oct 25, 2024
1 parent 928fdc7 commit 39a162a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This extension, GSheets, allows you to read and write to Google Sheets using Duc
## Usage

```sql
-- Authenticate with Google Account in the browser (easiest)
-- Authenticate with Google Account in the browser (easiest, note that Google has not verified the DuckDB GSheets OAuth app yet so it will throw a gnarly warning, and you need to click "Proceed (unsafe)" in the browser)
CREATE SECRET (TYPE gsheet, PROVIDER oauth);

-- OR create a secret with your Google API access token (boring, see below guide)
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- [x] implicit read_gsheet when it sees a gsheets url

## Auth Providers
- [x] OAuth
- [x] OAuth (subject to approval)
- [x] Token
- [ ] Service Account keyfile

Expand Down

0 comments on commit 39a162a

Please sign in to comment.