File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ Authentication
33
44To access spreadsheets your application needs to authenticate itself with the Google Sheets API. Choose from the following options.
55
6- 1. Create an :ref: `API key <api-key >` if you’d like to only open public spreadsheets.
7- 1. Create a :ref: `OAuth Client ID <oauth-client-id >` if you’d like to access spreadsheets on behalf of end users (including yourself).
6+ #. Create an :ref: `API key <api-key >` if you’d like to only open public spreadsheets.
7+ #. Create a :ref: `OAuth Client ID <oauth-client-id >` if you’d like to access spreadsheets on behalf of end users (including yourself).
8+
89 - When your application runs, it will prompt the user to authorize it.
9- 1. Create a :ref: `Service Account <service-account >` to access spreadsheets as a standalone bot.
10+
11+ #. Create a :ref: `Service Account <service-account >` to access spreadsheets as a standalone bot.
12+
1013 - Service accounts get their own email address, so can be authorized by sharing the Sheet with the account in the same way it is shared with a person.
1114 - Service accounts don't need any explicit permissions to access Sheets that are shared to "anyone with the URL".
1215
You can’t perform that action at this time.
0 commit comments