创建权限时的Google Drive API V3自定义emailMessage

时间:2018-11-02 19:55:40

标签: google-drive-api

我使用以下代码创建权限:

service.permissions().create(
            fileId=googledoc_file_id,
            sendNotificationEmail=True,
            emailMessage=myCustomEmailMessage,
            body=permission,
            fields='id',
        )

在电子邮件中,我看到了Google的常规消息以及自定义消息。 enter image description here

我只需要显示customEmailMessage即可。可能吗 ?谢谢。

0 个答案:

没有答案