Skip to content

Commit e50fe73

Browse files
committed
add description about ggoc at README.md
1 parent 4c2b46c commit e50fe73

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ out:
3939
4040
## Authentication
4141
42+
### Turn on API
43+
44+
First, create API project from [Google API Console](https://console.developers.google.com/) if haven't create it. And then turn on Google Sheets API.
45+
4246
### Prepare client secret JSON
4347
4448
[OAuth 2](https://developers.google.com/accounts/docs/OAuth2) is used to authorize this application. This library uses [Google API Ruby Client](https://github.com/google/google-api-ruby-client) for authentication and handling Google sheets.
@@ -67,9 +71,11 @@ OAuth authorization requires when you run `embulk-output-gsheets` at first time.
6771
1. Copy and paste OAuth token to console and hit enter key
6872

6973

70-
### Utilitie
74+
### Utility
75+
76+
I wrote utility that provides 'Get OAuth token from browser' section feature by Golang now. It can help preparing OAuth credentials file on multi-platforms.
7177

72-
I'm writing utilitie that provides 'Get OAuth token from browser' section feature by Golang now. It can help preparing OAuth credentials file on multi-platforms.
78+
* [noissefnoc/ggoc](https://github.com/noissefnoc/ggoc)
7379

7480

7581
## Install

0 commit comments

Comments
 (0)