amdean / motion-notify

Notification system for Linux Motion providing upload to Google Drive and email notificaiton
GNU General Public License v3.0
32 stars 12 forks source link

Deleting old files from Google Drive takes a very long time #17

Open amdean opened 5 years ago

amdean commented 5 years ago

GoogleDriveCleanupAction gets a list of files for deletion and then makes a delete request for each file. If you haven't run this for a while and have hit your 15GB storage limit then it takes days or weeks for the process to complete. API errors aren't currently handled so can kill the process.