Permission denied ... Maybe you need to change permission over 'Anyone with the link'?
See original GitHub issueI want to download a 16GB zip file on Google Drive using:
gdown https://drive.google.com/uc?id=1InfIal4y7OBMGNUDeldEmDxtD0MrewY8
I have already set the permissions on the file to ``Anyone with the link’’
But I get this error:
Permission denied: https://drive.google.com/uc?id=1InfIal4y7OBMGNUDeldEmDxtD0MrewY8 Maybe you need to change permission over ‘Anyone with the link’?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:59
- Comments:90 (15 by maintainers)
Top Results From Across the Web
Gdown is giving Permission error for particular file,although it ...
In my case, I ran the following command and try using gdown , and problem was solved: pip install --upgrade --no-cache-dir gdown. If...
Read more >Solved: Google Drive Access Denied You Need Permission
How to Fix “Google Drive Access Denied” Error? · Way 1. Check the Status of Google Drive · Way 2. Try New Web...
Read more >Setting Permissions when Sharing from Google Drive
You can change the restricted permissions. First click the word restricted to expand on this option. Then click the drop down to change...
Read more >People are getting "access is denied. You do not have ...
You do not have permission to view". I have the files set to "anybody with the link can view" but people I send...
Read more >gdown - Bountysource
Permission denied ... Maybe you need to change permission over 'Anyone with the link'? $ 0. Created 2 years ago in wkentaro/gdown with...
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 Free
Top 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
I’ve added a new feature to keep cookies https://github.com/wkentaro/gdown/pull/51. I hope this fixes this issue.
You can try pre-released version of this.
by default, cookies is enabled and saved into
~/.cache/gdown/cookies.json
. You can disable it bygdown --no-cookies XXX
The solution is to change the permission.