Skip to content

Commit 407282d

Browse files
committed
Updated Drive.php
1 parent 1f34351 commit 407282d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Google/Service/Drive.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,8 @@ public function getIdForEmail($email, $optParams = array())
20632063
* @opt_param string emailMessage
20642064
* A custom message to include in notification emails.
20652065
* @opt_param bool sendNotificationEmails
2066-
* Whether to send notification emails when sharing to users or groups.
2066+
* Whether to send notification emails when sharing to users or groups. This parameter is ignored
2067+
* and an email is sent if the role is owner.
20672068
* @return Google_Service_Drive_Permission
20682069
*/
20692070
public function insert($fileId, Google_Service_Drive_Permission $postBody, $optParams = array())

0 commit comments

Comments
 (0)