Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colab notebook downloading and processing data access denied #1062

Closed
moritztng opened this issue Nov 30, 2022 · 5 comments
Closed

Colab notebook downloading and processing data access denied #1062

moritztng opened this issue Nov 30, 2022 · 5 comments

Comments

@moritztng
Copy link

Hey, 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!

@tancik
Copy link
Contributor

tancik commented Nov 30, 2022

Yea, we are hitting download limits on google drive.

@moritztng
Copy link
Author

Yeah, it's an awesome project so demand is high 🚀

@ry85
Copy link

ry85 commented Dec 3, 2022

The following command solved the problem for me,
!pip install --upgrade --no-cache-dir gdown

@vvdb101
Copy link

vvdb101 commented Dec 11, 2022

From what I see the problem isn't due to download limits - @ry85's fix worked for me:

!pip install --upgrade --no-cache-dir gdown has to be added in front of the download dataset part.

It seems to me this issue should be revisited & adjustments be made in the Colab notebook. @tancik

@akristoffersen
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants