Sorry, I don’t know English, so I can only use software to translate, the thing is like this, I have been using code to download files in Google Cloud Disk, but now it fails, what should I do?
code show as below:
%store -r symlink_to_notebooks model_storage_dir repo_storage_dir
!pip install --upgrade --no-cache-dir gdown
!gdown "Google Drive Link" -O "{model_storage_dir}/file name" --no-cookies
I checked Google Drive and found nothing wrong.
Thanks!
Sorry, I don’t know English, so I can only use software to translate, the thing is like this, I have been using code to download files in Google Cloud Disk, but now it fails, what should I do? code show as below: %store -r symlink_to_notebooks model_storage_dir repo_storage_dir !pip install --upgrade --no-cache-dir gdown !gdown "Google Drive Link" -O "{model_storage_dir}/file name" --no-cookies I checked Google Drive and found nothing wrong. Thanks!