Datei kann nicht auf Dropbox heruntergeladen werden. 400: Ungültige Anforderung

Datei kann nicht auf Dropbox heruntergeladen werden. 400: Ungültige Anforderung

Führung

https://tracker.ceph.com/projects/ceph/wiki/Ceph_Vagrant_Setup

$ wget https://www.dropbox.com/s/hn28qgjn59nud6h/ceph-all-in-one.box
--2020-03-14 12:11:09--  https://www.dropbox.com/s/hn28qgjn59nud6h/ceph-all-in-one.box
Resolving www.dropbox.com (www.dropbox.com)... 162.125.80.1
Connecting to www.dropbox.com (www.dropbox.com)|162.125.80.1|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /s/raw/hn28qgjn59nud6h/ceph-all-in-one.box [following]
--2020-03-14 12:11:10--  https://www.dropbox.com/s/raw/hn28qgjn59nud6h/ceph-all-in-one.box
Reusing existing connection to www.dropbox.com:443.
HTTP request sent, awaiting response... 400 Bad Request
2020-03-14 12:11:10 ERROR 400: Bad Request.

Die Datei ist veraltet?

Antwort1

Versuchen Sie, die Website über einen Webbrowser zu besuchen https://www.dropbox.com/s/hn28qgjn59nud6h/ceph-all-in-one.box. Dropbox zeigt die folgende Meldung an:

404 Wir können nicht finden, wonach Sie suchen.

(obwohl zum Anzeigen der Nachricht JavaScript erforderlich ist …)


Aufruf der Seite über curl:

$ curl -IL 'https://www.dropbox.com/s/hn28qgjn59nud6h/ceph-all-in-one.box'
HTTP/2 301
...
location: /s/raw/hn28qgjn59nud6h/ceph-all-in-one.box
...
HTTP/2 400

Mit anderer User-AgentÜberschrift:

$ curl -A cruel -IL 'https://www.dropbox.com/s/hn28qgjn59nud6h/ceph-all-in-one.box'
HTTP/2 200
...
$ curl -s -A cruel 'https://www.dropbox.com/s/hn28qgjn59nud6h/ceph-all-in-one.box' |
> grep -om1 '<title>[^<]*'
<title>Dropbox - Error

verwandte Informationen