I am trying to Extract a big file saved in Google Drive into itself. I tried Google Drive apps in Google Workspace Marketplace like "ZIP Extractor" and "UnRAR and RAR viewer", But due to being a large file, they become Not Responding... Then I tried python packages called "unrarfile" and "pyunpack" in google colab which is connected to my Google Drive. This time the extracting process runs very well and but after finishing the extracting, I see a few first files have been saved in google Drive but the rest doesn't. I tried splitting the big .rar file to smaller files but the problem still exists.
I'll appreciate if anyone have encountered the same problem and has a better solution...