tanaikech/goodls

Unable to download shared url

pengbins opened this issue · 3 comments

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

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 commented

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

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."
 }
}