jupyter / services

This repository is deprecated. It has been moved to https://github.com/jupyterlab/jupyterlab as a sub-package
BSD 3-Clause "New" or "Revised" License
72 stars 45 forks source link

Use promise for getDownloadUrl #297

Closed ian-r-rose closed 7 years ago

ian-r-rose commented 7 years ago

In some cases the downloadUrl for a file may not be computable client-side and requires some server communication. Cf. jupyterlab/jupyterlab#1495 and [https://github.com/ian-r-rose/jupyterlab_google_drive/tree/filebrowser]()

blink1073 commented 7 years ago

Nice, thanks!