✨ Let the user choose which file to download in a folder #309
o-laurent
started this conversation in
Ideas / Feature requests
Replies: 1 comment 1 reply
-
@o-laurent Sounds useful. Maybe we can pass multiple regex patterns like My one concern is that the Other than that, I think it makes sense to have this feature on Gdown. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm building a library with datasets hosted on Google Drive, but I have some annoying specifics.
I would like to download a certain number of files with known names given the Google Drive ID of their folder. Please note that I don't have the ID of the files themselves. To be precise, the idea is that allowed users get the link to the folder, but I want to spare them the need to get and report each of the file IDs to start the download of the dataset. This could look like an optional filename in the folder download API.
I can give you a hand in crafting some prototypes in a PR if you think that it is relevant to the library.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions