Open mariokam opened 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.
copy_file
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)
sends email notification like this
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.
When I am trying to clone a file using
copy_file
it sends global notification to all owners/admins regardless of the config.sends email notification like this