@@ -32,7 +32,7 @@ __Setup Instructions__
32321 . Follow steps above to set up project and enable sheets API
33332 . Create a service account for your project
3434 - In the sidebar on the left, select ** APIs & Services > Credentials**
35- - Click blue "+ CREATE CREDENITALS " and select "Service account" option
35+ - Click blue "+ CREATE CREDENTIALS " and select "Service account" option
3636 - Enter name, description, click "CREATE"
3737 - You can skip permissions, click "CONTINUE"
3838 - Click "+ CREATE KEY" button
@@ -94,7 +94,7 @@ __Setup Instructions__
94941 . Follow steps above to set up project and enable sheets API
95952 . Create an API key for your project
9696 - Navigate to the [ credentials section of the google developer console] ( https://console.cloud.google.com/apis/credentials )
97- - Click blue "+ CREATE CREDENITALS " and select "API key" option
97+ - Click blue "+ CREATE CREDENTIALS " and select "API key" option
9898 - Copy the API key
99993 . OPTIONAL - click "Restrict key" on popup to set up restrictions
100100 - Click "API restrictions" > Restrict Key"
@@ -119,7 +119,7 @@ Nevertheless, here is a rough outline of what to do with a few tips:
1191191 . Follow steps above to set up project and enable sheets API
1201202 . Create OAuth 2.0 credentials for your project (** these are not the same as the service account credentials described above** )
121121 - Navigate to the [ credentials section of the google developer console] ( https://console.cloud.google.com/apis/credentials )
122- - Click blue "+ CREATE CREDENITALS " and select "Oauth Client ID" option
122+ - Click blue "+ CREATE CREDENTIALS " and select "Oauth Client ID" option
123123 - Select your application type and set up authorized domains / callback URIs
124124 - Record your client ID and secret
125125 - You will need to go through an Oauth Consent screen verification process to use these credentials for a production app with many users
0 commit comments