We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009f698 commit 7c0b9bbCopy full SHA for 7c0b9bb
google-sheet-sync/sync.py
@@ -20,8 +20,6 @@ def authenticate_google(credentials_file):
20
googleapiclient.discovery.Resource: An authenticated client object for interacting
21
with the Google Sheets API.
22
23
- Raises:
24
- google.auth.exceptions.GoogleAuthError: If authentication fails due to invalid or missing credentials.
25
"""
26
creds = Credentials.from_service_account_file(credentials_file, scopes=["https://www.googleapis.com/auth/spreadsheets.readonly"])
27
return build('sheets', 'v4', credentials=creds)
0 commit comments