We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. 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: 'https://www.dropbox.com/scl/fi/'. Do you know a way to restore the old way of generating links? I just need old way of links, because game can't read new links
Greet đ
- Thank 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.
- StratomanHelpful | Level 7
I have exactly the same problem.
All OK Sunday then Monday all links had /scI/fi and &rlkey = at the end.
They will not work in my web siteNeed /s/ back asap
- StratomanHelpful | Level 7
I think I have sussed why some old links are /s/ and some /scI/
Dropbox knows if a link has been requested historically in which case it continues to give the old linke.
If however it is the first time a link has been requested it will give the new /scI/ link.
So all new files will get the /scI/ link.How can I force an old link with a new file ?
John
- NancyDropbox Staff
Are you perhaps creating shared links with edit permissions and not view-only permissions?
- Turville WinesNew member | Level 2
I've been creating direct download links via drop box for years but for some reason since 1st June 2023 the links have been behaving differently.
Previously the view only share link would display with the ending dl=0. I'd change it to dl=1 and that's my direct download link.
Since the 1st June the view only share link appears with the ending dl=0&rlkey=randomkey
when I remove everything from the 0 onwards (0&rlkey=randomkey) and replace it with a 1 the direct download works on Chrome (I'm logged into dropbox via chrome) but it doesn't work on any other browser.
Has there been a setting change by dropbox? Is this a user error?
Help
- Skyeman69Helpful | Level 6
When I upload a file and copy the link, the link normally ends with ".mp3?dl=0"
my last two files now generates a link that ends "mp3?dl=0&rlkey=randomkey"
With all the extra characters, some of my 3rd party Apps will now not recognise this new style of generated link.
Can someone offer advice in what's going on?
- JayDropbox Staff
Hi Turville Wines, thanks for bringing this to our attention.
If you open the shared link with just dl=0, does it open normally on the site?
How are you copying the link, via the site, the desktop application, or the mobile app?
This will help me to assist further!
- Turville WinesNew member | Level 2
Yes, if I open with dl=0 then it opens in dropbox and asks me to sign in or request access.
If I open with dl=0&rlkey=randomkey it opens in dropbox and asks me to sign in or request access.
If I open it with dl=1 it does the same.
I'm copying the link via the site.
- aaronpanganiban21Helpful | Level 7
I have a website via Webflow I'm using Dropbox to host content on.
There was a weird issue where it wouldn't upload the files to the folder via the integrated Mac Desktop thing and I tried adding and then removing it via browser. This froze up my Finder menu and I had to restart my machine.
Since then, the links have had the phrase "key" in its url. That line in the url has stopped me from being able to put the content up for preview because the previews wouldn't play anymore. However, days prior, Dropbox and the other files were working fine; and when you try to manage permissions, the files don't have an option to add passwords to them.
There's a workaround where my web developer removes them on his end and re-uploads them, but I'm frustrated it seems I can no longer add content by myself.
Has anyone had this issue? I went to support and as much as it was helpful, they couldn't go into it any further citing it was Webflow's fault (even though it was Dropbox creating the links. Not Webflow)
Has anyone found a way to turn off the add passwords feature entirely (not even the slideable button) or has dealt with this recently?
- HannahDropbox Staff
Hey aaronpanganiban21, thanks for bringing this to our attention.
Can you please guide us through the steps you're following to create the links?
Also, can you give us an example of how a link used to look for you and how it looks now?
Just make sure it's not a real link, but a made up one, so you don't have to post your link publicly.
As for the link permissions, have you tried this through a different browser or a private browsing window, to see if that helps?
Thanks.
- eagledropHelpful | Level 6
Hi,
In the past, links have been shared looking like this:
https://www.dropbox.com/s/xyz/file.mp4?dl=0
But now I see links looking like this instead:
https://www.dropbox.com/scl/fi/xyz/file.mp4?dl=0&rlkey=abc
Is this a new standard or because of some user setting? Notice /scl/fi/ instead of /s/ and the extra rlkey at the end
This is important, because I've been able to replace
https://www.dropbox.com/s/xyz/file.mp4?dl=0
with
https://dl.dropboxusercontent.com/s/xyz/file.mp4?dl=1
This is to gain direct access to the file and play from a media player such as video js and similar.
Now, suddenly thousands of links will stop working for both me and my clients.
Please fix or come up with a workaround Dropbox.
Thanks!
- shonuff74Explorer | Level 4
Did anyone ever find a fix to this since tech support seems oblivious to the issue?
- ramonBHelpful | Level 5
I've had a music website for about ten years now and I use Dropbox to upload mp3 files.
Until now, the Dropbox link format had the following structure: https://dl.dropbox.com/s/tb0414ee0u06v2y/xxxxxxxxxxx.mp3.Today when sharing a new file, dropbox gives me the following link: https://www.dropbox.com/scl/fi/k98ve2uye7bk8b83ss0qu/xxxxxxxxxx.mp3?dl=0&rlkey=jpzs4bxm1yvr0164tsjrqxjqg. A link not working with the html music player.
- stiletto2Helpful | Level 6
I too find the new "scl" links unusable for posting .jpg files to web sites so that they fully render as a full screen image when clicked. I am looking forward to a quck solution from Dropbox or will have to change my file hosting service.
- ĐĐŽŃĐ°ĐČĐșĐŸLegendary | Level 20
Hi guys,
The links starting with www.dropbox.com/scl/ are preview links, not classical shared links. They can be links to files (www.dropbox.com/scl/fi/) of folders (www.dropbox.com/scl/fo/). Such links are presumably used for preview and not for direct download or embedding (in spite of some links can be redacted and made downloadable, but not all and not for embedding). There are different places where such links can be received from, but most probably you have received editable links, instead of view only (classical) shared links. What kind of links type to be received can be controlled on individual link creation, as well as changing the default link type (always when just "Copy link" is used - not "Share this file" or "Share this folder", the default link type gonna be created). Using "Share this ..." you can select "can edit" or "can view" for per link type select (before actual link creation). If the link is already created you may need to clear it and recreate proper link type anew. To change the default link type (if you have set or has been set inappropriate type), go to your sharing settings and select the desirable link type ("can view" or "can edit" in the field "What people can do"; most probably you want to ensure there is "can view" selected).
Good luck.
- stiletto2Helpful | Level 6
Thanks for your thoughts. I went into default sharing settings and changed "What people can do" to "can view". The only choice I then make is to right click on a dropbox file and chose the "copy dropbox link" option in the resulting dropdown which fills the buffer with same kind of "scl" type link. So changing the option to "can view" didn't change the result. Any other ideas?
- bleach hawkHelpful | Level 6
I'm having the same issue. New png files in a subfolder always generate /scl/fi links instead of /s
- NancyDropbox Staff
Hi Pysio13 and bleach hawk. I hope you donât mind me jump in.
Are you seeing this for any type of file located within your subfolders?
bleach hawk, what if you create a shared link for a file located directly in your root Dropbox (outside of any folders)?
- Pysio13Helpful | Level 6
Yes, i trying to upload any file type
- ForebearsHelpful | Level 6Just here to say Iâm experiencing the same issue on my clientâs website. We were hosting mp3 files from Dropbox with no issues until yesterday when our uploads started generating âsclâ links.
The HTML audio player will not preview these links regardless of the parameters I add to the URL.
Does anyone know what the âsclâ directory is? I imagine itâs tied to sharing options. - dashuaijiangNew member | Level 2
Hi guys, how to get the shared link like https://www.dropbox.com/s/ instead of https://www.dropbox.com/scl/fi/
when I upload a image and click the copy link, I only get url like scl/fi, I don't want this kind of image url because it contains many dropbox things and not a pure image.
- eagledropHelpful | Level 6
Same here. Before this change I could replace
https://www.dropbox.com/s/xyz/file.mp4?dl=0
with
https://dl.dropboxusercontent.com/s/xyz/file.mp4?dl=0
and it would give a direct link to the file.
This no longer works, not even with/scl/fi/ instead of /s/. Please fix dropbox or does anyone have a workaround?
Thank you!
- MeganDropbox Staff
Hey everyone, thanks for your collaboration, and also bringing this to our attention!
Our Team is aware of this, and will provide a further update, and some insights on this soon.
Hang tight, thank you again!
- pritesh12Helpful | Level 5
Thank you Dropbox! It is working now!
- psykroniumcubeNew member | Level 2
none of the suggestions are working for me. i'm attempting to import stylesheets but the game im on isnt reading the new link format, no matter what i do. i've changed everything, deleted everything, and done everything suggested, and no results. i cannot for the life of me understand why nothing will work, no matter what i do. i've tried for days now and i'm getting frustrated.
- ĐĐŽŃĐ°ĐČĐșĐŸLegendary | Level 20
psykroniumcube wrote:... the game im on isnt reading the new link format, no matter what i do. ...
Hi psykroniumcube,
That's why don't use the "new link format" (it's not new format actually; might be new and strange way to be introduced), but the old (classical - "can view") one. đ Use some of the ways I described in my previous post to get link type back.
- ramonBHelpful | Level 5
The new links to embed an audio file in an html player don't work.
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!