feat(google-forms): add new form responses trigger

This commit is contained in:
Ali BARIN
2023-01-03 21:03:33 +01:00
parent 0b52a1bd01
commit 30c95da90e
5 changed files with 67 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
const authScope: string[] = [
'https://www.googleapis.com/auth/forms.body.readonly',
'https://www.googleapis.com/auth/forms.responses.readonly',
'https://www.googleapis.com/auth/drive.readonly',
'https://www.googleapis.com/auth/userinfo.email',
'profile',