Update documentation YouTube API off by default

This commit is contained in:
Ross Scroggs
2024-02-26 11:30:12 -08:00
parent 76d3ead61b
commit 7b3cc6d819
5 changed files with 223 additions and 164 deletions

View File

@@ -642,6 +642,7 @@ _SVCACCT_SCOPES = [
{'name': 'Youtube API - read only',
'api': YOUTUBE,
'subscopes': [],
'offByDefault': True,
'scope': 'https://www.googleapis.com/auth/youtube.readonly'},
]