Skip to content Skip to sidebar Skip to footer

Gdown Is Giving Permission Error For Particular File,although It Is Opening Up Fine Manually

I am not able to download file using gdown package.It is giving permission error. But when i am opening it manually.It is giving no such error and opening up fine. Here is the code

Solution 1:

If you're working with big files (in my case was a >1gb file), you can solve by copying the url from 'Download anyway' button in Google Drive.

Solution 2:

Create your downloadable zip folder and make it "Anyone with the link" and change "Viewer" to "Editor".

Finally use:

!gdown --id'id of the file'

Post a Comment for "Gdown Is Giving Permission Error For Particular File,although It Is Opening Up Fine Manually"