Hello, recently, I've noticed that I can no longer use wget with the --spider flag to download dropbox files. This has been working for the past couple of years for me, but seems to no longer work. If I remove the --spider flag, I'm able to download the file. Here are the commands I'm running in terminal to test.
Worked previously, but now breaks:
wget https://www.dropbox.com/s/kwguigqasfct9um/bp14-f-24x36-b.jpg\?dl\=1 --spider
The error I get:
Remote file does not exist -- broken link!!!
Works currently
wget https://www.dropbox.com/s/kwguigqasfct9um/bp14-f-24x36-b.jpg\?dl\=1
Anyone else having the same issue?