-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Permission denied although I have set to "anyone with link" #146
Comments
Solved! |
having the same question, but still stuck. it might be google's problem |
Stopped working for large files (197.4MB) about a day ago. Looks like google made some breaking changes recently. Update: |
FYI: it probably the same problem as #43 |
so strange, same code pass on gh-action but failed on my own machine. |
Google Drive link (Get link → Anyone with the link): https://drive.google.com/file/d/1AHn99gSXRWjPHixmni1Z5fAQ9Jf3xjrt/view?usp=sharing
When the "Download anyway" button is pressed, a direct link is generated: This link works only in the same browser. |
Same issue here. |
The page that is displayed (see comment two up for an example) contains a link in the source that can be used to download the item without being forced to click the button. The link has a query parameter of
|
@robmoore This works for me if I modify it slightly |
Fixed a bug that prevented the Colab demo from downloading the model checkpoint file from Google Drive. Apparently, the bug was caused by Google's recent changes to Google Drive which bricked all current Python methods to download large files from their servers. The bug was fixed by moving the checkpoint file to OneDrive. wkentaro/gdown#146
In the last week, I started having this problem with a file that I hadn't previously had any trouble with. This is the fix I found:
|
This solution worked for me. Huge thanks |
Gdown v4.3.0 is out! https://github.com/wkentaro/gdown/releases/tag/v4.3.0 FYI, you can upgrade gdown by:
|
The new version still produced the same error, but this comment solve it. |
@abdelmalek13 Can you possibly share the file id (privately via email)? I need to know why is that. |
@wkentaro Does it have something to do with
|
I'm too sorry 🙏 @wkentaro it's a sensitive document that belonged to a customer I can't share this file with you, I'll try to reproduce the error with another dummy file |
Thanks a lot |
Solved by upgrading python version 2.7 to latest along with pip3 version |
In google colab try this, it solved my issue
|
thanks, mine works after updating. Hope it doesn't crash again |
Huge Thanks ! Saviour |
Hello! "Access denied with the following error:
You may still be able to access the file from the browser:" And I have tried reading through the fixes for this problem. However, Im not sure how to try them since I just use GitHub through the web browser to do RVC (change audio files through pre-trained voice models). All I do is run a session with the small play-button and I dont know how to solve the problem that I can no longer add new AI-voice models. Is this problem solvable without using external software (many are refering to updating python and gdown) |
I have 355 MB file on google drive
I have download before with gdown and it worked (around Nov 2021)
Today 14 Feb 2022, when I tried again it didn't worked.
I use : gdown --id
Error:
Access denied with the following error:
You may still be able to access the file from the browser:
I am the owner of the file on Google drive, I checked again for the status of the link (set to "Anyonae with the link")
I have asked a colleague to download the file and it worked for him using the same command : gdown --id
I uninstall and reinstall gdown
Still doesn't work
Any idea?
The text was updated successfully, but these errors were encountered: