Hi I have a python code in google colab that create a google spreadsheet and share this file by don't send email this is my code.
wb.share('Email', perm_type='user', role='reader',notify=False)
but when run this code is still send the email. How can I run this cell without send the email? Thank you