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

Util for downloading from Google Drive no longer works #301

Closed
MarkusSagen opened this issue Jun 17, 2022 · 0 comments
Closed

Util for downloading from Google Drive no longer works #301

MarkusSagen opened this issue Jun 17, 2022 · 0 comments

Comments

@MarkusSagen
Copy link
Contributor

MarkusSagen commented Jun 17, 2022

Downloading files from Google Drive no longer works with the provided script.
Below is a test for downloading the Word2Vec weights. Similar happens with other files.

from nlpaug.util.file.download import DownloadUtil
DownloadUtil.download_from_google_drive(
            _id='0B7XkCwpI5KDYNlNUTTlSS21pQmM', dest_dir=dest_dir, dest_file='GoogleNews-vectors-negative300.zip'
        )

A fix has been added with PR #300

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

No branches or pull requests

2 participants