Spaces:
Running
Running
Update google_auth.py
Browse files- google_auth.py +1 -1
google_auth.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import json
|
6 |
# Define OAuth 2.0 scopes
|
7 |
SCOPES = os.getenv('Google_scopes')
|
8 |
-
config = os.getenv('
|
9 |
config = json.loads(config)
|
10 |
def auth():
|
11 |
api_service_name = "drive"
|
|
|
5 |
import json
|
6 |
# Define OAuth 2.0 scopes
|
7 |
SCOPES = os.getenv('Google_scopes')
|
8 |
+
config = os.getenv('Google_secret')
|
9 |
config = json.loads(config)
|
10 |
def auth():
|
11 |
api_service_name = "drive"
|