wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.16k stars 345 forks source link

[Bug] Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link', or have had many accesses. #149

Closed ErfolgreichCharismatisch closed 2 years ago

ErfolgreichCharismatisch commented 2 years ago

For a few days I have been getting

Access denied with the following error:

        Cannot retrieve the public link of the file. You may need to change
        the permission to 'Anyone with the link', or have had many accesses.

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

         https://drive.google.com/uc?id=myid

for

gdown --id myid

even though Anyone with the link was set.

ErfolgreichCharismatisch commented 2 years ago

I used pip install --upgrade --no-cache-dir gdown and it works.

wkentaro commented 2 years ago

Great.