Solved - is there anyway to unzip large files on google drive?

General Rules

  • This Forum Rules:
    1. No asking for course requests or download links.
    2. Don't share links to other websites for downloads or references.
    3. Avoid controversial topics in discussions.

    4. Use an appropriate thread title that matches your content, not just a word.

    Other Forum Rules Can Be Found Here

Status
Not open for further replies.

alakhdar100

New member
TutFlixer
Jan 3, 2021
30
9
8
morocco
hi fellows, i only have 128GB on hard disk and its already full, i tried to unzip the courses i copy to my google drive to watch them on the cloud, but all the extensions i use couldn't manage to unzip them due to they're large size.
i don't have a way now to access those courses, is there any way guys to unzip those files or overcome my storage limitations?
 
  • Like
Reactions: Midou

alakhdar100

New member
TutFlixer
Jan 3, 2021
30
9
8
morocco
ahmad, i'm aware of that, but it was nothing to do with the main topic that's way we keep it in our native language, if anything useful mentioned i'll translate it.
 

alakhdar100

New member
TutFlixer
Jan 3, 2021
30
9
8
morocco
google colab method didn't work for me.
how can i use rclon to unzip files inside google drive?
thanks for replaying.
 

hotepgan

Well-known member
TutFlixer
Sep 11, 2020
372
2,527
52
Russia
hi fellows, i only have 128GB on hard disk and its already full, i tried to unzip the courses i copy to my google drive to watch them on the cloud, but all the extensions i use couldn't manage to unzip them due to they're large size.
i don't have a way now to access those courses, is there any way guys to unzip those files or overcome my storage limitations?
You can use google colab to unzip file. First you have to move the file from drive to google colab storage from there you can unzip it easily.
Mounting google drive

from google.colab import drive
drive.mount('/content/drive')

To move files

!mv "filepath" "/content/"

after files are moved empty the google drive bin

to unzip

!unzip file.zip -d destination_folder
 
  • Like
Reactions: CoderBoi

hogwarts_dropout

Well-known member
TutFlixer
Dec 8, 2020
108
719
52
Mars
Simple Solution: (DO NOT ABUSE IT)

1. Create a Shared Drive. (It will give you almost unlimited space for files)
Please, Log in or Register to view URLs content!


2. Go to Colab file and make sure Drive is connected and mounted.
Please, Log in or Register to view URLs content!


3. Now in Colab file on Top, You have "File Extractor", Just paste the file path in the input field and run the cell..

You don't have permission to view the spoiler content. Log in or register now.
 

CEO

Stay Hungry, Stay Foolish
TutFlixer
Sep 10, 2020
369
4,432
52
USA
ahmad, i'm aware of that, but it was nothing to do with the main topic that's way we keep it in our native language, if anything useful mentioned i'll translate it.
Official forum language is English. Please avoid other language here

Please, Log in or Register to view URLs content!
 
Status
Not open for further replies.

Latest resources