-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
api: support streaming from Google Drive remotes #3408
Comments
p.s. maybe could be included in #2865 and closed here. |
@jorgeorpinel yes, let's add a check box to that list and keep/remove this ticket - I don't have a strong preference |
depends on iterative/PyDrive2#39 and iterative/PyDrive2#40 |
Fixes iterative#3408 Related iterative#2865 Fixes iterative#3897
Both PRs are merged now, does it mean maybe this is now supported? If so, to QA it. Thanks |
well it means #3916 is (maybe) no longer blocked so it's getting close to being supported :) |
Fixes iterative#3408 Related iterative#2865 Fixes iterative#3897
* gdrive: add open Fixes #3408 Related #2865 Fixes #3897 * dependency: add gdrive * test: api: open: gdrive * rollback pydrive dependency * Revert "dependency: add gdrive" This reverts commit fd33326. * tests: remotes: GDrive: fix get_url * tests: api: fully test GDrive * minor typo fix * attempt gdrive tests fix * fix gdrive credentials config * replace GDrivePathNotFound => FileMissingError * fix test_open_external[GDrive] * add ensure_dir_scm * minor exception fix
GDrive is the only remote type that doesn't support file streaming. Should we work on adding it?
The text was updated successfully, but these errors were encountered: