Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0b025b

Browse files
Christian Soujonbusunkim96
Christian Soujon
authored andcommitted
docs: fix argument typo in oauth2 code example (googleapis#763)
1 parent d43e0ff commit f0b025b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth-installed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ from google_auth_oauthlib.flow import InstalledAppFlow
7878

7979
flow = InstalledAppFlow.from_client_secrets_file(
8080
'client_secret.json',
81-
scope=['https://www.googleapis.com/auth/drive.metadata.readonly'])
81+
scopes=['https://www.googleapis.com/auth/drive.metadata.readonly'])
8282
```
8383

8484
Your application uses the client object to perform OAuth 2.0 operations, such as generating authorization request URIs and applying access tokens to HTTP requests.

0 commit comments

Comments
 (0)