When I approach the C2W4, ungraded lab in a cell there is following code: !gdown --id 1RaodrRK1K03J_dGiLu8raeUynwmIbUaM. When i run it it i get this message error:
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.
…what should I do??
After reading through some issues similar to yours on github, I suspect it might be a cookie issue:
Please run this command in a shell above the ‘!gdown’ command and try again.
!rm ~/.cache/gdown/cookies.json
Also, please let me know if this solved your issue.
mm, I added a code block before the one containing: !gdown… I get this:
rm: cannot remove ‘/root/.cache/gdown/cookies.json’: No such file or directory