package
0.2.2
Repository: https://github.com/takuoki/gsheets.git
Documentation: pkg.go.dev

# README

tokenizer

This tool generates a token for Google Sheets API.

Installation

go get github.com/takuoki/gsheets/tools/tokenizer

Requirement

This tool uses Google OAuth2.0. So before executing tool, you have to prepare credentials.json. See Go Quickstart, or Blog (Japanese) for the details.

Usage

Create readonly token

$ tokenizer gen
Go to the following link in your browser then type the authorization code:
https://accounts.google.com/o/oauth2/auth?...
(input your authorization code here)
Saving credential file to: token.json
complete

Create writable token

$ tokenizer gen -w
...
complete