stable-dreamfusion
stable-dreamfusion copied to clipboard
Windows cannot run the following code
gdown '1Jrh-bRnJEjyMCS7f-WsaFlccfPjJPPHI&confirm=t' n gdown '1wNxVO4vVbDEMEpnAi_jwQObf2MFodcBR&confirm=t' Can you change it to wget。
@chuiliuyiyi Hi, you need to pip install gdown
first.
There is another issue, I am in China and cannot access Google.
gdown '1Jrh-bRnJEjyMCS7f-WsaFlccfPjJPPHI&confirm=t' I have already installed the gdown library 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.
Can you give me some help?
gdown '1Jrh-bRnJEjyMCS7f-WsaFlccfPjJPPHI&confirm=t' I have already installed the gdown library 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.
Can you give me some help?
- If you're in Chine idk but i would try to use shadowsocks (try to buy vps machine in any country) or some kind of VPN.
- I rewrote the link to the format without
&confirm=t
like this:gdown 1Jrh-bRnJEjyMCS7f-WsaFlccfPjJPPHI
and faced this:
Access denied with the following error:
Too many users have viewed or downloaded this file recently. Please
try accessing the file again later. If the file you are trying to
access is particularly large or is shared with many people, it may
take up to 24 hours to be able to view or download the file. If you
still can't access a file after 24 hours, contact your domain
administrator.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1wNxVO4vVbDEMEpnAi_jwQObf2MFodcBR
So i decided to download it on my PC and then push to remote server (scp
)