Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels