I am trying to surpress the email notification for permission additions to google documents when using the api. For example, using the API, I create a new document and add another viewer of the document. Currently that other viewer receives an email from google notifying him of this document.
I would like to surpress the email via the API.
I can see here that there is a way to do this using the send-notification-emails flag on update of the acl but not on create. I have tried to use the flag on create and as expected it doesn't do anything. Is there another way to surpress the notification on create?