Akianonymus / gdrive-downloader

Download a gdrive folder or file easily, shell ftw.
The Unlicense
304 stars 28 forks source link

When the file in a shared folder exceed the download quota limit, the script will be stuck #18

Closed smiliang closed 3 years ago

smiliang commented 3 years ago

Hello,

When the script is downloading a shared folder, if a file exists in the folder but exceeds the download quota limit, it will cause the script to get stuck. Google Drive site returns http code 200 but the content is a page with hints "Google Drive - Quota exceeded". The script will continuously try to test whether the file is in the local directory every 0.5 seconds.

Akianonymus commented 3 years ago

I have pushed a fix, try again.

Akianonymus commented 3 years ago

Also, if you hit storage qouta limit, see --oauth or --key option.

smiliang commented 3 years ago

I have pushed a fix, try again.

Thank you, problem solved. I'll try those two options.