From 579dd8bdf8d0024cd0fea446be62c5158306176a Mon Sep 17 00:00:00 2001 From: Daan Gorsse <110089322+DGorsseRedCross@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:43:21 +0200 Subject: [PATCH 1/2] Update Guide-How_to_set_up_an_instance.md Improved docs while Lotje was setting up HIA --- docs/Guide-How_to_set_up_an_instance.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Guide-How_to_set_up_an_instance.md b/docs/Guide-How_to_set_up_an_instance.md index a5c12261..773156b0 100644 --- a/docs/Guide-How_to_set_up_an_instance.md +++ b/docs/Guide-How_to_set_up_an_instance.md @@ -32,7 +32,7 @@ This guide will help you set up an instance of a [Helpful Information App](https > The template-sheet "[HIA - Staging Demo/Example](https://docs.google.com/spreadsheets/d/1l43SgRymj3EPBOd-wp3mWrfcqDZlKbuAy7HQGo8YnT8)" > is recurrently used to test all HIA functionalities, so it is the best starting point to understand how the app works and what it offers. - - [ ] Click "**File**" > "**Make a copy**"; from now on, you will only work on this copy of the template-sheet. + - [ ] Click "**File**" > "**Make a copy**"; from now on, you will only work on this copy of the template-sheet. Give the sheet a descriptive title. - [ ] Share the file with "**Anyone with the link**" set to "**Viewer**". - [ ] Take note of the `Google Spreadsheet ID` of the created file: It is the special, 44-character string in the URL: `https://docs.google.com/spreadsheets/d/`**`___SPREADSHEET_ID___`**`/edit?usp=sharing` @@ -42,9 +42,9 @@ This guide will help you set up an instance of a [Helpful Information App](https - Create a Google Sheets API-key, to let the web-app access the sheet in the visitors' browser - [ ] Go to - - [ ] Complete any "getting started"-steps when prompted + - [ ] Complete any "getting started"-steps when prompted. Select or create a 'project' with a descriptive title. - Enable the Google Sheets API - - [ ] Go to , the "**Enabled APIs & services**"-page + - [ ] Go to , the "**Enabled APIs & services**"-page. - [ ] Click on the "**+ Enable APIs and Services**"-button - [ ] Search for "google sheets api", or go directly to: - [ ] Click on the "**Enable**"-button @@ -52,8 +52,8 @@ This guide will help you set up an instance of a [Helpful Information App](https - [ ] Go to , the "**Credentials**"-page - [ ] Click on the "**+ Create Credential**"-button - - [ ] Select "**API-key**" from the list, wait for the key to be generated - - [ ] In the pop-up, click the "**Edit API key**"-link + - [ ] Select "**API-key**" from the list, wait for the key to be generated. Store the key at a secure place; you will need this later. + - [ ] After closing the pop-up, click the "**Edit API key**"-link - [ ] Give it a recognizable name; make sure to include its _scope_, i.e. "production" or "local-dev", to know which key is responsible for what. - [ ] (_Optional, but highly recommended; Can be enabled/updated later._) Select "**HTTP referrers (websites)**" from the "**Application restrictions**"-list. From 69b25a41f13b516e3ac85da5f517bd6e694afeb7 Mon Sep 17 00:00:00 2001 From: Elwin Schmitz Date: Wed, 25 Sep 2024 09:18:15 +0200 Subject: [PATCH 2/2] fix: syntax issue --- docs/Guide-How_to_set_up_an_instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guide-How_to_set_up_an_instance.md b/docs/Guide-How_to_set_up_an_instance.md index 773156b0..e52c2fc0 100644 --- a/docs/Guide-How_to_set_up_an_instance.md +++ b/docs/Guide-How_to_set_up_an_instance.md @@ -44,7 +44,7 @@ This guide will help you set up an instance of a [Helpful Information App](https - [ ] Go to - [ ] Complete any "getting started"-steps when prompted. Select or create a 'project' with a descriptive title. - Enable the Google Sheets API - - [ ] Go to , the "**Enabled APIs & services**"-page. + - [ ] Go to , the "**Enabled APIs & services**"-page. - [ ] Click on the "**+ Enable APIs and Services**"-button - [ ] Search for "google sheets api", or go directly to: - [ ] Click on the "**Enable**"-button