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

resmgr download: support Google Drive #992

Closed
bertsky opened this issue Mar 10, 2023 · 0 comments · Fixed by #993
Closed

resmgr download: support Google Drive #992

bertsky opened this issue Mar 10, 2023 · 0 comments · Fixed by #993

Comments

@bertsky
Copy link
Collaborator

bertsky commented Mar 10, 2023

Unfortunately, increasingly model providers resort to Google for webspace, which does not allow direct download links. Interactive downloads are nonce-backed and shortlived.

See example.

According to this Stackoverflow entry, they require users to make a second request based on some previous cookie.

This is very annoying, but luckily there is a Python package gdown which can do the dirtywork.

The problem now becomes: how do we integrate this, so other URLs are not affected, and our _download_impl's progress meter and file output still work?

@kba kba closed this as completed in #993 Mar 13, 2023
M3ssman pushed a commit to ulb-sachsen-anhalt/core that referenced this issue Mar 13, 2023
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

Successfully merging a pull request may close this issue.

1 participant