You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,23 @@ This repository contains Node.js samples for Google Workspace APIs.
6
6
7
7
1. Install [Node.js](https://nodejs.org).
8
8
1. Install `pnpm` by running `npm install -g pnpm` or see additional options at https://pnpm.io/installation.
9
-
`pnpm` is used with `turborepo` to better handled the many packages in the repository.
9
+
`pnpm` is used with `turborepo` to better handled the many packages in the repository.
10
10
1. Create a Service Account
11
11
12
-
Before running tests, create a service account and download `application_credentials.json` in this directory.
12
+
Before running tests, create a service account and download `application_credentials.json` in this directory.
13
13
14
-
To create a service account, follow these steps:
14
+
To create a service account, follow these steps:
15
15
16
-
1. Navigate to the [Google Cloud Console API Dashboard](https://console.cloud.google.com/apis/dashboard)
17
-
1. Enable APIs for products you'd like to test snippets for like Slides or Drive.
18
-
1. Create a service account key under [Credentials](https://console.cloud.google.com/apis/credentials).
19
-
1. After creating a new JSON Service account key without a role and set the env variable `SERVICE_ACCOUNT_CREDENTIALS=some/path/to/application_credentials.json`.
16
+
1. Navigate to the [Google Cloud Console API Dashboard](https://console.cloud.google.com/apis/dashboard)
17
+
1. Enable APIs for products you'd like to test snippets for like Slides or Drive.
18
+
1. Create a service account key under [Credentials](https://console.cloud.google.com/apis/credentials).
19
+
1. After creating a new JSON Service account key without a role and set the env variable `SERVICE_ACCOUNT_CREDENTIALS=some/path/to/application_credentials.json`.
20
20
21
21
1.`pnpm test`
22
22
1.`pnpm lint`
23
23
1. Delete service account file.
24
-
1.`pnpx codemod pnpm/catalog` to add package dependencies to the catalog
24
+
1.`pnpx codemod pnpm/catalog` to add package dependencies to the catalog.
25
+
1.`pnpm -r -L update` to update all package depencies to the latest version.
0 commit comments