OpenById Error when generate Google Doc from Google Form Submission

后端 未结 1 1455
南旧
南旧 2021-01-16 18:49

I am currently working in a Google Education domain and I would like to automatically generate a Google Doc via an onSubmit trigger from a Google Form. I have a template fi

相关标签:
1条回答
  • 2021-01-16 19:46

    As one user said, you need to run the code (the function) directly from the editor at least once. This will prompt you the oauth consent screen so you can authorize the scopes needed for your code (drive and docs API scopes, in this case) and will update your project with these scopes.

    0 讨论(0)
提交回复
热议问题