vperezb / google-api-support

GAS · Some functions to make Google APIs more accesible - Python
https://pypi.org/project/google-api-support/
The Unlicense
17 stars 8 forks source link

Notification to all owners #42

Open mariokam opened 1 year ago

mariokam commented 1 year ago

When I am trying to clone a file using copy_file it sends global notification to all owners/admins regardless of the config.

new_file_id_with = drive.copy_file(file_from_id=MASTER_TEMPLATE_ID, new_file_name='Clone of Security Metrics slides 2', 
                                   supports_all_drives=True, transfer_permissions=True, send_notification_email=False)
print('Output file id with copying permissions:', new_file_id_with)
Screenshot 2023-08-08 at 13 49 04

sends email notification like this

vperezb commented 1 year ago

Hi there @mariokam, thanks for sharing this situation, I'll take a look as soon as I find a spot. I'll come back with maybe some questions and hopfully good news.