Skip to content

Commit

Permalink
add: 305.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbcruk committed Jun 22, 2024
1 parent d16921e commit d5121a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/content/memo/305.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
tags: ['google-sheets', 'google_cloud']
status: release
ctime: 2024-06-22
mtime: 2024-06-22
---

[Google Sheets API](https://developers.google.com/sheets/api/guides/concepts)를 활용하기 위해서는 Google Cloud Platform(GCP)에서 필요한 설정을 하고, [google-spreadsheet](https://github.com/theoephraim/node-google-spreadsheet) 라이브러리를 통해 스프레드시트를 조작할 수 있습니다. 다음은 이를 위한 단계별 가이드입니다.

1. 서비스 계정 설정
2. [Google Cloud](https://console.cloud.google.com/) 프로젝트 생성
3. Google Sheets API 활성화
4. API 자격 증명 생성
5. 서비스 계정 생성
6. 서비스 계정 키 생성
7. 환경 변수 설정

---

- [How To Use Google Sheets as a Database With React via Next.js](https://thenewstack.io/how-to-use-google-sheets-as-a-database-with-react-and-ssr/)

0 comments on commit d5121a1

Please sign in to comment.