Skip to content
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

Experience with Dropbox #166

Open
rofinn opened this issue Aug 29, 2023 · 1 comment
Open

Experience with Dropbox #166

rofinn opened this issue Aug 29, 2023 · 1 comment

Comments

@rofinn
Copy link
Collaborator

rofinn commented Aug 29, 2023

I'd like to hear if anyone has tested GoogleDrive or DropBox etc.

The only issue I ran into was that the default HTTP.jl based method was truncating my file download.

invenia/Impute.jl@9ac12c3

Unless you want a note in the docs, feel free to close.

@oxinabox
Copy link
Owner

we probably should note in the docs.

occationally things go wrong, this has been observed in DropBox. Rather than using the default HTTP.jl based fetch_method, it can be useful to specify fetch_method=DataDeps.fetch_base which using the download from julia stdlib (which on modern julia uses libcurl). This has upside of handling some corner cases of HTTP better, but the downside of not supporting determining filenames from headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants