Skip to content

Commit 276b349

Browse files
committed
Correct rst dot point formatting
1 parent d3c88d9 commit 276b349

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/oauth2.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ Authentication
33

44
To 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

0 commit comments

Comments
 (0)