Skip to content

Util for downloading from Google Drive no longer works #301

Closed
@MarkusSagen

Description

@MarkusSagen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions