Skip to content

Commit

Permalink
Merge pull request #71 from FedericoPonzi/main
Browse files Browse the repository at this point in the history
Update token.md
  • Loading branch information
louisgv authored Feb 29, 2024
2 parents db7f742 + 57d777d commit 3a50f18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions token.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ Here's how to get the 3 keys: `clientId`, `clientSecret` and `refreshToken`

<img width="771" alt="Publish app" src="https://user-images.githubusercontent.com/27696701/114265946-2da2a280-9a26-11eb-9567-c4e00f572500.png">

15. Open a console/terminal where you stored your `key.json` file. Run the following, replacing `pnpm dlx` with `npx` or `yarn dlx` as needed:
15. Download the credentials and save it as `key.json`.

16. Open a console/terminal where you stored your `key.json` file. Run the following, replacing `pnpm dlx` with `npx` or `yarn dlx` as needed:

> pnpm dlx gcp-refresh-token
16. The command will open an OAuth consent screen on the web. Follow its steps and warnings (this is your own personal app). Make sure the local `port` is correct.
17. The command will open an OAuth consent screen on the web. Follow its steps and warnings (this is your own personal app). Make sure the local `port` is correct.

17. Done. Now you should have ✅ `clientId`, ✅ `clientSecret` and ✅ `refreshToken` in `key.json`. You can use these for all your extensions, but don't share them!
18. Done. Now you should have ✅ `clientId`, ✅ `clientSecret` and ✅ `refreshToken` in `key.json`. You can use these for all your extensions, but don't share them!

0 comments on commit 3a50f18

Please sign in to comment.