Skip to content
Snippets Groups Projects
Commit 7779c87d authored by Colbry, Dirk's avatar Colbry, Dirk
Browse files

Merge branch 'DataTutorial' into 'main'

Fixed Issue# 22 by deleting step 3

See merge request CMSE/datatools_tutorial_demo!49
parents 076804d6 5cf5c1b6
No related branches found
No related tags found
No related merge requests found
......@@ -33,18 +33,15 @@
" 1. This can be found at https://console.developers.google.com/projectselector2/apis/credentials?pli=1&supportedpurview=project \n",
" (you must use your personal email not your MSU email)\n",
"2. Inside that project enable the Google sheets API and Google Drive for your new project\n",
" 1. Use the search bar to find and click on the Google Sheets API.\n",
" 2. Enable the API by selecting the blue button.\n",
" 3. Repeat the first two steps for the Google Drive API.\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. 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",
"9. Select JSON key type and press “Create”.\n",
"10. In your python file import gspread\n",
"11. Copy Json key into python file as a dictionary\n",
" 1. This is found by using the search bar to search for Google API and Google Drive\n",
"3. Go to “APIs & Services > Credentials” and choose “Create credentials > Service account key”.\n",
"4. Fill out the form (making sure to add editor privledges to the service account)\n",
"5. Click “Create” and “Done”.\n",
"6. Press “Manage service accounts” above Service Accounts.\n",
"7. Press on ⋮ near recently created service account and select “Manage keys” and then click on “ADD KEY > Create new key”.\n",
"8. Select JSON key type and press “Create”.\n",
"9. In your python file import gspread\n",
"10. Copy Json key into python file as a dictionary\n",
"\n",
"\n",
"for more information/ documentation on gspread head here\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment