Skip to content

Commit 838e1a5

Browse files
author
Eric Koleda
committed
Fix comment with correct credentials file location.
1 parent 495f6db commit 838e1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_sdk/groups_settings/detect_external_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from oauth2client.file import Storage
2525

2626
# If modifying these scopes, delete your previously saved credentials
27-
# at ~/.credentials/group-settings-public.json
27+
# at credentials.json
2828
SCOPES = ['https://www.googleapis.com/auth/admin.directory.group',
2929
'https://www.googleapis.com/auth/apps.groups.settings']
3030
CLIENT_SECRET_FILE = 'client_secret.json'

0 commit comments

Comments
 (0)