/home/ubuntu/mydir/venv/lib/python3.10/site-packages/gdown/parse_url.py:44:
UserWarning: You specified a Google Drive link that is not the correct link to download a file.
You might want to try `--fuzzy` option or the following url:
https://drive.google.com/uc?id=1xCz_3YHDp1-Cj0fWxdQHHGI1Vq2e5GUgkyjSrD9qV_Y
warnings.warn(
Using ID
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=1xCz_3YHDp1-Cj0fWxdQHHGI1Vq2e5GUgkyjSrD9qV_Y
Shows this warning on Amazon EC2 when using gdown.download() And, the downloaded file is not properly downloaded.
This works well with the same parameters on my macbook.
Expected Behavior
File should be downloaded properly without warnings
Provide environment information
Amazon EC2 instance (Ubuntu)
My Macbook ()
What OS are you using?
Ubuntu
Describe the Bug
Downloading google docs file https://docs.google.com/document/u/1/d/1xCz_3YHDp1-Cj0fWxdQHHGI1Vq2e5GUgkyjSrD9qV_Y/edit
Using URL
Using ID
Shows this warning on Amazon EC2 when using
gdown.download()
And, the downloaded file is not properly downloaded.This works well with the same parameters on my macbook.
Expected Behavior
File should be downloaded properly without warnings
To Reproduce
No response