Cleanup and see disc usage in Google Drive in a hacky way

And also get disc usage in super easy way
Steps:
1 go to google colab https://colab.research.google.com/
2 create and run python script
from google.colab import drive
drive.mount(‘/content/drive’)
3 open terminal and run
sudo apt install gdu
4 run gdu . in terminal

then empty the bin in google drive

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.