I am using python SDK and looking at 2 different methods:
1. sharing_create_shared_link
2. sharing_create_shared_link_with_setting
So from documentation I see that first method returns previously created shared link if it already exists, and creates it if it is not. Does the second method work the same, or it create a new link every time?