我正在尝试编写一个应用程序脚本代码,该代码应该查看运行脚本的当前用户的 Gmail 帐户,并获取电子邮件附件并在单独的中央用户帐户中创建新文档。在一个帐户下运行的应用程序脚本是否可以在另一个 Google Docs 帐户中创建文档?
问问题
172 次
1 回答
0
While you cannot directly create a file in another user's Google Drive account, you can change the owner of a document that's in the current user's account.
Refer to File.setOwner(user).
于 2013-07-19T19:28:57.880 回答