I think there's another thread from a couple of years ago about this on the forum, but the forum search didn't bring it up, so here we are..
As described in the title - I have a shared link to a file, which works when I just follow $shared_link_file_url in the browser (whether logged in or with incognito mode), or if I use:
curl -L ${shared_link_file_url}
In both cases, the contents of the text file are returned.
If instead, I use the JS SDK in the browser to call dropbox_instance.sharingGetSharedLinkFile({ url: $shared_link_file_url }), I get a 409 "shared_link_access_denied" error, even if logged in.
So....bug? Timeline on a fix?