We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Pysio13
2 years agoHelpful | Level 6
Shared Link / "scl" to "s"
Hello. My question concerns my recent issue with file sharing. Usually, my links were generated in this way: 'https://www.dropbox.com/s/'. However, lately, every file is being generated in this way: ...
- 2 years agoThank you BenDBX for splitting off a new thread specific to the 3rd party integrations issue, and especially for doing it in a way that migrates all the relevant posts to date! To properly wrap up this thread, below is a summary.
Why the new "/scl" link format?Dropbox is moving to an updated shared link architecture where links are based on the content being shared rather than on the user doing the sharing. This new content-based link architecture is already in place for edit access links to folders and newly created links to files, and can be identified by the presence of an ‘rlkey’ parameter in the URL. (They also begin with "/scl" instead of the previous architecture's "/s".) It is the rlkey parameter which grants access to the content. That is why removing that parameter results in visitors having to sign in and request access. I talk more about this transition in this forum thread.Over the next few months, we’ll round out the shared link portfolio by bringing this new architecture to newly created view-only access folder links, or view folder links for short.Direct Download on new link architecture is Solved
Regarding this thread on “direct / forced” download not working on new links, this should be solved since a fix was implemented 2 weeks ago. That is, all new links should now function the same as legacy links for these purposes. This can be accomplished in two ways.- modifying the dl parameter in the URL
- modifying using dl.dropbox.com or dl.dropboxusercontent.com.
👉 In both cases you must retain the rlkey parameter for the URL to grant your recipients permission rights to access your file.
What is the DL parameter?
Anything following the ? in a URL are query parameters. It’s worth reemphasizing that dl parameter in new links did not break and will continue to function identically to those in legacy links. Manually changing the dl parameter does the following:
https://www.dropbox.com/scl/fi/<token>/path.jpg?rlkey=<token>&dl=0
- Default link. This will render the content in the Dropbox file viewer.
https://www.dropbox.com/scl/fi/<token>/path.jpg?rlkey=<token>&dl=1
- Downloads the content of the link (if the user has access to the content based on link settings). This query parameter takes precedence even if raw=1 is also added.
https://www.dropbox.com/scl/fi/<token>/path.jpg?rlkey=<token>&raw=1
- Directly renders the content in the browser (if the link has a public audience and no other restrictions). Note that this link has an HTTP 302 redirect, so the application or browser must be able to follow the redirect.
What are the dl.dropbox... modifications?
These are link transformations from the early days of Dropbox. While we don't "officially" list these anymore in our Help Center, we are continuing to support them for now.https://dl.dropbox.com/scl/fi/<token>/path.jpg?rlkey=<token>&dl=0- Replacing www with dl works exactly like a ?raw=1 link: this will directly render content for public links in the browser. It requires following an HTTP 302 redirect.
https://dl.dropboxusercontent.com/scl/fi/<token>/path.jpg?rlkey=<token>&dl=0- Works like a ?raw=1 link, but the application or browser will not need to follow an HTTP 302 redirect to access the content.
ogurchik222
Explorer | Level 4
I do upload and then create share links for my photos, replacing dl=0 with raw=1 and everything was good but today I hit a problem. When trying to open my photo from the browser where I am signed in to dropbox - I can do it easily, but when I try to do it from other devices/browsers - I hit an error
You can try it yourself (screenshots and links would be below)
[Removed as per Community Guidelines]
from main browser:
from other devices:
I am trying to do every step manually and using API - result is the same. Please help me
Jay
2 years agoDropbox Staff
HI ogurchik222, I've merged you to this post to keep similar queries together.
Could you have a look at the suggestions in the thread to see if they help?
- ogurchik2222 years agoExplorer | Level 4
15 pages of answers which I should read....
nice support)- ogurchik2222 years agoExplorer | Level 4
Ok the info I have read in this thread didn't help me at all
Let me describe step by step
1) I create a share link using API or manually: https://www.dropbox.com/scl/fi/{RANDOM_STRING}/{FILENAME}?rlkey={RANDOM_STRING}&{raw/dl=BELOW }
In main browser where I signed in to Dropbox:
raw=1 - works
dl=0 - worksdl=1 - works
Using other devices:raw=1 - That didn't work for some reason ERROR
dl=0 - That didn't work for some reason ERROR
dl=1 - That didn't work for some reason ERROR
2) Using info from your anser about difference between domains (dl.dropbox.com, dl.dropboxusercontent.com) I am trying to change domain on created link
Link Format: https://dl.dropbox.com/scl/fi/{RANDOM_STRING}/{FILENAME}?rlkey={RANDOM_STRING}&{raw/dl=BELOW}
I have tried everything: raw=1, dl=0, dl=1, even tried format with no last &. All I got is Link Temporarily Disabled ERROR. (This can happen when the link has been shared or downloaded too many times in a day)
Funny thing is that this image was just uploaded to my dropbox and nobody has tried to open it, this is even MY first try to access my file.
Link Format: https://dl.dropboxusercontent.com/scl/fi/{RANDOM_STRING}/{FILENAME}?rlkey={RANDOM_STRING}&{raw/dl=BELOW}
Same result as using dl.dropbox.com, all I got is Link Temporarily Disabled ERROR.
For all the steps higher I uploaded new image for each test, everything worked fine 6-7 hours ago. I have enough free space on my account, paid Dropbox Plus subscription, stable internet connection, no VPNs or other software which may be blocked by Dropbox.
Support, please tell me, will you fix this and what should I do?- Hannah2 years agoDropbox Staff
Hey ogurchik222, there might be a different issue at play here, can we send you an email, to check it out?
About View, download, and export
Need support with viewing, downloading, and exporting files and folders from your Dropbox account? Find help from the Dropbox Community.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!