wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.06k stars 342 forks source link

Added support for resource keys #281

Open josephcappadona opened 10 months ago

josephcappadona commented 10 months ago

Some folders and files require resource keys to access. When gdown parses the files in a folder, these resource keys are returned, but currently they are not stored for later URL construction, yielding an error when attempting to download the files. This patches this behavior, allowing the download of folders, and the files within, which require resource keys.

wkentaro commented 5 months ago

@josephcappadona Can you give me an example to try this out?