WELCOME TO FRENDZ4M
Tue, Jan 21, 2025, 12:55:24 PM

Current System Time:

Get updatesShare this pageSearch
Telegram | Facebook | Twitter | Instagram Share on Facebook | Tweet Us | WhatsApp | Telegram
 

Forum Main>>PC Complaints / Tips>>

How to extract compressed zip rar tar files directly in google drive?

Page: 1   
AbhiSonaUser is offline now
PM [44]
Rank : AbhiSona
Status : Head Admin

#1

Today I'm going to tell you how can you extract your compressed files directly in you google drive.



So this can be done by writing a simple script on google colab. Ok Split your screen now and just follow the following steps one by one:-
STEP 1. Go to https://colab.research.google.com/

STEP 2. Create a new notebook
image
STEP 3. Mount your gdrive by running the following script
from google.colab import drive
drive.mount(‘/content/gdrive&rsquo

image

Now Copy the authorization code of your account
image

And Paste the authorization code into the output shell.
image

Congrats! Now your Google Drive is mounted.


STEP 4. Run the following commands--->
(a) To extract a zip file:-
!unzip "path of the zip file" -d "path of destination"

(b) To extract a rar file:-
!unrar x "/content/drive/path/input_file_name.rar" "/content/drive/path/output_folder/"

(c) To extract a tar file:-
!tar -xvf "/content/drive/path/input_file_name.tar" -C "/content/drive/path/output_folder/" (run this command to extract tar files)

!tar -xzvf "/content/drive/path/input_file_name.tar.gz" -C "/content/drive/path/output_folder/" (run this command to extract tar.gz files)

!tar -xjvf "/content/drive/path/input_file_name.tar.bz2" -C "/content/drive/path/output_folder/" (run this command to extract tar.bz2 files)[/size]


    Things to remember:-
    [list][li]First path in double quotes(don't remove double quotes) - Your Google Drive file location which you want to Extract[/li]

    [li]Second path in double quotes(don't remove double quotes) - Path where you want to extract the file in Google Drive[/li]




Regards,
AbhiSona

--------- Post edited by - abhisona
--------- Post edited by - abhisonaimage-----------------
3 ❤:
Sisqonite,sabehokos,sneakyghost,

rayanbillUser is not available now
[PM 3106]
Rank : Junior Member
Status : Member

#2
really useful thanks
BannedUser is not available now
[PM 3501]
Rank : Junior Member
Status : Member

#3
good info. thank you
sabehokosUser is not available now
[PM 5725]
Rank : Newbie
Status : Member

#4
Was looking for something like this. Thanks!
sneakyghostUser is not available now
[PM 5687]
Rank : V.I.P
Status : VIP

#5
Thanks for sharing I really appreciate
adams.singh430User is not available now
[PM 6874]
Rank : Newbie
Status : Member

#6
That is great.
mrfattyUser is not available now
[PM 6953]
Rank : Beginner
Status : Member

#7
tnx----
Reply
You are not logged in, please

Login

Page: 1   

Jump To Page:

Keywords:extract, compressed, directly, google, details, writing, simple, script, screen, follow, following, research, create, notebook, gdrive, running, import,
Related threads:

First time in 148 years: WI bowlers create Test history with bat in hand


Donald Trump says he could impose tariffs on Canada and Mexico on February 1


Surat company creates Donald Trump carving in lab-grown diamonds


Tech chiefs Sundar Pichai and Elon Musk talk at Trump's inauguration


Tech billionaires Sundar Pichai and Elon Musk talk at Trump's inauguration


Gavaskar hits the mark and explains the reason behind the Samson Champions Trophy snub


Melania Trump launches her own cryptocurrency before the inauguration


Opinion: It's time for India's Parliament to have a calendar


UK's richest 10% extracted half their wealth from India during colonialism: Oxfam


Hindenburg's Nate Anderson under cloud over alleged hedge fund ties


TERMS & CONDITIONS | DMCA POLICY | PRIVACY POLICY
Home | Top | Official Blog | Tools | Contact | Sitemap | Feed
Page generated in 0.48 microseconds
FRENDZ4M © 2025