Spaces:
Sleeping
Sleeping
Update authenticate.py
Browse files- authenticate.py +2 -0
authenticate.py
CHANGED
|
@@ -3,6 +3,8 @@ from google.auth.transport.requests import Request
|
|
| 3 |
from dotenv import load_dotenv
|
| 4 |
import json
|
| 5 |
import os
|
|
|
|
|
|
|
| 6 |
|
| 7 |
def get_access_token():
|
| 8 |
# Load service account credentials from JSON file or environment variable
|
|
|
|
| 3 |
from dotenv import load_dotenv
|
| 4 |
import json
|
| 5 |
import os
|
| 6 |
+
import logging
|
| 7 |
+
|
| 8 |
|
| 9 |
def get_access_token():
|
| 10 |
# Load service account credentials from JSON file or environment variable
|