videogen_api / appsscript.json
Lakpriya Seneviratna
chore: Add .gitignore and requirements.txt files
32007ab
raw
history blame contribute delete
447 Bytes
{
"timeZone": "America/New_York",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "YouTube",
"version": "v3",
"serviceId": "youtube"
}
]
},
"oauthScopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/youtube"
],
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}