Jump to content
  • 0

Google drive destroyed - chunk deletion has stopped


Deebee

Question

I destroyed a Google drive a couple of days ago - the used storage on the drive started at about 16TB, it's dropped down to 6.5TB however it's been stuck there for the last 12 hours so it seems that it's stuck. Is there anything I can do? I can't delete the chunks manually obviously! Thanks/

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Yes it was unmounted. I ended up using a python script to delete the files.

In case anyone else needs to do this and finds it useful, I took the script from here -> https://github.com/JackPo/gdrive_orphan_cleanup/tree/main

For my case (no other files in Google Drive apart from the chunks), I just needed to amend line 99 of the code to

if not item.get('shared', False):

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...