-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |