dataquestio / project-walkthroughs

Data science, machine learning, and web development project code for https://www.youtube.com/c/Dataquestio .
900 stars 1.08k forks source link

Obtaining datasets using gdown in colab gives access denied error #9

Open mrgransky opened 1 year ago

mrgransky commented 1 year ago

Marvelous tutorial dude. Little curiosity btw!

In your tutorial, you had manually downloaded the datasets and place them in your working directory, however, using this snippet from goodreads, I tried to use gdown to download them in my colab environment. I obtain the following error:

Access denied with the following error:

    Too many users have viewed or downloaded this file recently. Please
    try accessing the file again later. If the file you are trying to
    access is particularly large or is shared with many people, it may
    take up to 24 hours to be able to view or download the file. If you
    still can't access a file after 24 hours, contact your domain
    administrator. 

You may still be able to access the file from the browser:

     https://drive.google.com/uc?id=1zmylV7XW2dfQVCLeg1LbllfQtHD2KUon 

It might not be an issue related to this tutorial, obviously, but I wonder if you might have a good suggestion or workaround for this issue! I also opened this issue in their github repo, though have not got any response! Cheers,