I have zip file in my Google Drive. And I want to unzip it and store back in Google Drive using Node.JS
I implement code for download file from drive and extract file.
Now I am trying to implement code for upload this folder in Google Drive. But I am not able to implement this. So I want help for Upload folder into google drive using drive api in node.js
Or any node module for this ?
Folder contains man sub folders and files like images and pdf etc.
Anyone please help me for this