-
Notifications
You must be signed in to change notification settings - Fork 43
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
Google Drive download helper #136
Comments
Yes, downloading things from google drive is a thing people do. Embeddings,jl uses GoogleDrive.jl similarly. I don't see any reason to have it in this package. That could look like AWSS3.jl which provides the DataDeps.jl/src/fetch_helpers.jl Lines 51 to 60 in 85f28c1
More broadly: It would be really cool if someone overloaded the FilePathsBase API for Google Drive. Other reason i wouldn't want it here is I don't want to take on dependencies nor do i want to take on maintance burden. |
So possibly a |
yeah that would be great |
Thank you for discussing the issue when downloading large files from Google Drive. I also think it would be really cool to add this code to GoogleDrive.jl as I can't even download a 43 MB file without virus scanner interference. I have looked at the suggestions above, but I didn't immediately grasp how to do this coding myself. |
Closing due to inactivity. |
Often datasets are distributed on Google Drive.
That's an issue because Google requires confirming downloading for large files (i.e., on which they don't scan malware).
Transformers.jl already has a custom
fetch_method
implementation for that case.So I wonder if it might be worth including that helper method in DataDeps.jl, possibly integrating it without having to use
fetch_method
at all.The text was updated successfully, but these errors were encountered: