Colab notebook downloading and processing data access denied
See original GitHub issueHey, when I choose the poster scene in the downloading and processing data section I get the following 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.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1dmjWGXlJnUxwosN6MVooCDQe970PkD-1
I can still download it manually, but I just wanted you to know!
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Access denied with the following error Google Colab #148
It says you're using gdown 4.2.1, which is an older version. That is potentially why you're still having the permission error. You can...
Read more >How to Deal With Files in Google Colab: Everything You Need ...
Click on the three dots which are visible while hovering above the filename, and select the “download” option. colab download. Accessing local ...
Read more >Can't read a file in google colaboratory - Stack Overflow
In my case I named it "Colab Notebook". This is folder where I keep my codes and data file. First you need to...
Read more >Google Drive + Google Colab + GitHub; Don't Just Read, Do It!
How GitHub, Google Colab and Google Drive work together; How to deal with custom file, and push Jupyter notebook changes to GitHub Repo....
Read more >Google Colab
How can I get my data out?linkdone. You can download any Colab notebook that you've created from Google Drive following these instructions, or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The following command solved the problem for me, !pip install --upgrade --no-cache-dir gdown
@puzzlefish @ry85 Thank you for bringing this up. Sorry I didn’t notice this fix earlier.
#1140 should fix the gdown errors, and we have started hosting some of the data on our own servers as well.