Spaces:
Running
Running
Update google_auth.py
Browse files- google_auth.py +1 -0
google_auth.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from google.oauth2.credentials import Credentials
|
2 |
from googleapiclient.discovery import build
|
3 |
from google_auth_oauthlib.flow import InstalledAppFlow
|
|
|
4 |
# Define OAuth 2.0 scopes
|
5 |
SCOPES = os.getenv('Google_scopes')
|
6 |
config = os.getenv('Google_Secret')
|
|
|
1 |
from google.oauth2.credentials import Credentials
|
2 |
from googleapiclient.discovery import build
|
3 |
from google_auth_oauthlib.flow import InstalledAppFlow
|
4 |
+
import os
|
5 |
# Define OAuth 2.0 scopes
|
6 |
SCOPES = os.getenv('Google_scopes')
|
7 |
config = os.getenv('Google_Secret')
|