2

私はJavaのやり方を見つけようとしています: https://developers.google.com/google-apps/documents-list/#email_notifications_of_acl_changes

POST https://docs.google.com/feeds/default/private/full/document:12345/acl?send-notification-emails=false

ACL が追加/変更されたときに電子メールが送信されないようにします。

4

1 に答える 1

1

https://developers.google.com/drive/v2/reference/permissions/insertに完全な Java サンプルがある新しい Drive API を使用して、同じタスクを実行できます。

setSendNotificationEmailsの方法を使用する必要がありDrive.Permissions.Insertます。

于 2012-07-12T17:27:18.223 に答える