From 9bb8d92d709a5ccce4f308c50e8b77673431aa18 Mon Sep 17 00:00:00 2001
From: sawyerer <sawyerer@msu.edu>
Date: Fri, 3 Feb 2023 15:16:19 -0500
Subject: [PATCH] Update GoogleSheetsTutorial.ipynb for issue #2 "Google Sheets
 Tutorial - Giving Service Account Editor Permissions"

---
 GoogleSheetsTutorial.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GoogleSheetsTutorial.ipynb b/GoogleSheetsTutorial.ipynb
index 88d21fe..e0163ca 100644
--- a/GoogleSheetsTutorial.ipynb
+++ b/GoogleSheetsTutorial.ipynb
@@ -36,7 +36,7 @@
     "    1. This is found by using the search bar to search for Google API and Google Drive\n",
     "3. Create a Google service account through the Google developer portal\n",
     "4. Go to “APIs & Services > Credentials” and choose “Create credentials > Service account key”.\n",
-    "5. Fill out the form (making sure to add editor privledges to the service account)\n",
+    "5. Once you open the "Create service account" screen, fill out the name and ID fields and click "Create and Continue" to move to the next section. After filling out "1. Service account details" under "2. Grant this service account access to project" navigate to the "Role" drop down and choose "Basic" -> 'Editor." After you select the role, hit "Continue." You can skip the next section, "Grant users access to this service account" and click done. \n",
     "6. Click “Create” and “Done”.\n",
     "7. Press “Manage service accounts” above Service Accounts.\n",
     "8. Press on ⋮ near recently created service account and select “Manage keys” and then click on “ADD KEY > Create new key”.\n",
-- 
GitLab