/usr/local/lib/python3.11/dist-packages/gdown/main.py:140: FutureWarning: Option --id was deprecated in version 4.3.1 and will be removed in 5.0. You don't need to pass it anymore to use a file ID.
warnings.warn(
Failed to retrieve file url:
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.
Check FAQ in https://github.com/wkentaro/gdown?tab=readme-ov-file#faq.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1v5ik-94qlfKuCx-Cv1EfEkxNBygtsz0T
but Gdown can't. Please check connections and permissions.
When I try it on Colab,I can't download it successfully, while I clicked the link in github page was refuesd too.
/usr/local/lib/python3.11/dist-packages/gdown/main.py:140: FutureWarning: Option
--idwas deprecated in version 4.3.1 and will be removed in 5.0. You don't need to pass it anymore to use a file ID.warnings.warn(
Failed to retrieve file url:
You may still be able to access the file from the browser:
but Gdown can't. Please check connections and permissions.
When I try it on Colab,I can't download it successfully, while I clicked the link in github page was refuesd too.