Hi,
I am trying to create a sharable link for files in shared folders with visibility control, using Dropbox API
the code I use is
shared_link_metadata = dbx.sharing_create_shared_link("/2. Info/02. GEC-W2B-BMD-GEC-003642-20190127_Weekly Commodity Tracker_P227_TemplateR5.xlsx")
shared_link_metadata.url
with this I can get the sharable link with public visibility, However i want to generate links that are only visible to the user with access to the shared folder.