ewwink / heroku-google-drive

Remote Google Drive client on Heroku using Rclone and Aria2
55 stars 80 forks source link

can we rar/unrar google drive or td files? #5

Open askfriends opened 4 years ago

askfriends commented 4 years ago

hi.. i want to know after deploying, can we rar/unrar files/folders in our google drive or td?

or can we copy files from td to heroku, rar/unrar them and copy them again to td?

ewwink commented 4 years ago

you cannot rar/unrar on google drive, edit it on heroku then upload to gdrive.

askfriends commented 4 years ago

you cannot rar/unrar on google drive, edit it on heroku then upload to gdrive.

yeah exactly that is want to learn. you mean i can copy files/folders from td to heroku and then make them rar and copy back to td? what command should i use to do that?

ewwink commented 4 years ago

what is td?

askfriends commented 4 years ago

what is td?

team drive aka shared drive

ntilikp commented 3 years ago

Was this question resolved? If I have a .rar file in google drive, can I use this app to extract it and then reupload to google drive?

askfriends commented 3 years ago

Was this question resolved? If I have a .rar file in google drive, can I use this app to extract it and then reupload to google drive?

umm not yet. no idea

ewwink commented 3 years ago

to extract

unrar x file.rar

to compress

rar a output.rar directory
askfriends commented 3 years ago

to extract

unrar x file.rar

to compress

rar a output.rar directory

thanks bruh. is there any limitation? i mean how long file we can compress or decompress using this?

ewwink commented 3 years ago

I haven't tried it, but it depends on the file size.

askfriends commented 3 years ago

I haven't tried it, but it depends on the file size.

can u try some big folder to zip or rar?