doc: add google spreadsheet setup process

This commit is contained in:
c9s 2023-07-06 15:58:06 +08:00
parent 70e4d42c45
commit d3d2a1c4ec
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -0,0 +1,28 @@
# Google Spreadsheet Integration
## Setup
Run gcloud init to setup a new profile:
```shell
gcloud init
```
Enable Sheet API:
```shell
gcloud services enable sheets.googleapis.com
```
You will need to setup a service account for your bbgo application,
check the following documentation to setup the authentication:
<https://developers.google.com/identity/protocols/oauth2/service-account>
And
<https://developers.google.com/workspace/guides/create-credentials>