I'm currently using python Dropbox API to share a folder with another user without notifying them. I use the function sharing_add_folder_member with the parameter quiet = True. The code ran without an error and my Dropbox account shows the folder is shared with another user. On the other hand at another user account, the shared folder was not shown. So how to make the other user to access the shared folder without notification?