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

Unable to download shared url #21

Closed
pengbins opened this issue Mar 4, 2021 · 3 comments
Closed

Unable to download shared url #21

pengbins opened this issue Mar 4, 2021 · 3 comments

Comments

@pengbins
Copy link

pengbins commented Mar 4, 2021

@tanaikech The following shared url seems not working. Could you please have a look at this?

$ goodls -v
goodls version 1.2.7

$ goodls -u 'https://drive.google.com/uc?export=download&id=1wON0d7v_wxi0wKc59wM4W_D19vblLwVG'
file ID [ 1wON0d7v_wxi0wKc59wM4W_D19vblLwVG ] is not shared, while the file is existing

Originally posted by @pengbins in #13 (comment)

@maxiride
Copy link

maxiride commented Apr 2, 2021

Having the same error response with a different URL although its a URL scheme listed as compatible in the readme

https://drive.google.com/file/d/#####/view?usp=sharing

goodls_windows_amd64.exe -u https://drive.google.com/file/d/13ejKL6r2Q2-5qVW1baO9PEZ2S2BpCKUn/view
file ID [ 13ejKL6r2Q2-5qVW1baO9PEZ2S2BpCKUn ] is not shared, while the file is existing

@vlcty
Copy link

vlcty commented Apr 22, 2021

I experience the same. It sometimes still works. My assumption until now: A rate limiting from google is not handled properly.

@karser
Copy link

karser commented Jun 6, 2021

Creating '...' was skipped because of existing.
{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "downloadQuotaExceeded",
    "message": "The download quota for this file has been exceeded."
   }
  ],
  "code": 403,
  "message": "The download quota for this file has been exceeded."
 }
}

@pengbins pengbins closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2023
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

4 participants