Hi,
I'm attempting to programmatically create a list of a shared folders content, with links attached to each file. Each link should point to the file on dropbox, where the user would have to log in and, if they have access to the file, be able to view and edit it.
After reading the docs, I thought I could achieve this with create_shared_link_with_settings using the audience: no_one option, but I can't seem to get it to work.
The docs read:
no_one The link can be used by no one. The link merely points the user to the content, and does not grant additional rights to the user. Members of the content who use this link can only access the content with their pre-existing access rights.
Have I misunderstood? Can I archieve this some other way?
I have a normal user account, not teams.
Thanks