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

Error when using gdown to retrieve LLFF dataset from Google Drive #66

Open
hongchiMa opened this issue Oct 24, 2024 · 3 comments
Open

Comments

@hongchiMa
Copy link

When I run the command gdown 16VnMcF1KJYxN9QId6TClMsZRahHNMW5g, I encounter the following error:

$ gdown 16VnMcF1KJYxN9QId6TClMsZRahHNMW5g
/home/mhc/anaconda3/envs/FSGS/lib/python3.8/site-packages/gdown/download.py:33: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
  soup = bs4.BeautifulSoup(line, features="html.parser")
Failed to retrieve file url:

    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.
Check FAQ in https://github.com/wkentaro/gdown?tab=readme-ov-file#faq.

You may still be able to access the file from the browser:

    https://drive.google.com/uc?id=16VnMcF1KJYxN9QId6TClMsZRahHNMW5g

but gdown can't. Please check connections and permissions.

Additionally, when I click on the link https://drive.google.com/uc?id=16VnMcF1KJYxN9QId6TClMsZRahHNMW5g, I receive an "Error 403: Access Denied. Sorry, you do not have permission to access this page."

Does this indicate that the author has restricted access to the dataset? What steps can I take to download it? Thank you!

@steven2281
Copy link

same problem, have you solved it ? Is there any other method to download this dataset?

@hongchiMa
Copy link
Author

same problem, have you solved it ? Is there any other method to download this dataset?

sorry, I don't know.

@gh-BumsooKim
Copy link

@steven2281 Hi guys, I think you can find the solution in #77.
Hope it works 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

3 participants