ClientTest / google_manager /constants.py
zinoubm's picture
adding google docs functionality
3cd8a78
raw
history blame
141 Bytes
SCOPES = [
"https://www.googleapis.com/auth/documents",
"https://www.googleapis.com/auth/drive.file",
]
FOLDER_NAME = "GptSummary"