Hi there,
I'm using embedder view with folder sharing link, but when user click on files inside the embedder, the new opened tab still require user to login even the sharing link is set to public.
Details:
Given embedder correct sharing link like:
https://www.dropbox.com/scl/fo/xxxxxxxxxx/h?rlkey=xxxxxx&dl=0
The embedder can show correct folder view, but when user click on a file it will open a new tab to url like:
https://www.dropbox.com/scl/fo/xxxx/h/xxx.docx?dl=0
This kind of url will require user to login.
But instead if user open the sharing link(https://www.dropbox.com/scl/fo/xxxxxxxxxx/h?rlkey=xxxxxx&dl=0) directly in browser and click on file, it will redirect to:
https://www.dropbox.com/scl/fo/xxxx/h?dl=0&preview=xxx.docx&rlkey=xxxxx
Which will show correct preview. No login required due to sharing link settings and the query string(rlkey)
So the question is, if embedder show content base on sharing link settings but when user click on file, the new tab opened still need to login, what's the purpose of embedder folder like view? should the file redirect link opened via embedder carry the rlkey query string so user don't need to login to view the file?
Is there any params can force the file preview link open with the rlkey query string?
Thanks