-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The right filename for downloaded feeds #3
Comments
Hmm... I'm not seeing this when downloading a feed version @zbouziane. Could you be more specific about for which downloads this is occurring? |
Below the download traces with our dev server. I don't know where do the name "test6434875078538668874.zip" comes from. The server returns it. ➜ ~ curl -v -X GET http://catalogue.tdvdigitalfactory.ovh/api/manager/public/feedversion/mYdata_20170223T140612Z_cd066f71-94a4-44b1-8e12-96da0a00e82d.zip/downloadtoken
< HTTP/1.1 200 OK
➜ ~ curl -v -X GET http://catalogue.tdvdigitalfactory.ovh/api/manager/downloadfeed/6f1c187d-fcd9-41c2-a997-6e73014ff995 > result.zip
< HTTP/1.1 200 OK
|
@zbouziane what version of datatools-server are you running? |
https://github.com/conveyal/datatools-manager.git branch : master commit fe29528
|
@zbouziane, I think we should try to get your instance migrated to the latest |
Config refactor
The download request '/api/manager/downloadfeed/${token}' when succeeding return a zip file with a randomly generated name. In the response header there is "Content-Disposition: attachment; filename=test4474876194626471181.zip". Is it possible to return the right filename instead?
The text was updated successfully, but these errors were encountered: