I need a little bit of python help. I've learned how to create a shared link, but if a shared link is already created on that file, it errors out.
shared_link_metadata = dbx.sharing_create_shared_link_with_settings("/temp/hehe.txt")
print (shared_link_metadata.url)
How do I check if the link already exists and how do I check the link if one is already created? Thanks!