bugfix
This commit is contained in:
@@ -23,7 +23,7 @@ FOTOGRAF_TEL = "08122-8470867"
|
|||||||
|
|
||||||
# Scopes für die Google Docs API
|
# Scopes für die Google Docs API
|
||||||
SCOPES = ['https://www.googleapis.com/auth/documents']
|
SCOPES = ['https://www.googleapis.com/auth/documents']
|
||||||
SERVICE_ACCOUNT_FILE = 'credentials.json' # Ihre Service Account Schlüsseldatei
|
SERVICE_ACCOUNT_FILE = 'service_account.json' # Ihre Service Account Schlüsseldatei
|
||||||
# --- Ende Konfiguration ---
|
# --- Ende Konfiguration ---
|
||||||
|
|
||||||
def get_docs_service_with_service_account():
|
def get_docs_service_with_service_account():
|
||||||
|
|||||||
Reference in New Issue
Block a user