anadius / gd-efc

Google Drive - encrypted folder copy
https://anadius.github.io/gd-efc/
383 stars 176 forks source link

Nested folder support #1

Closed r9isgod8 closed 4 years ago

r9isgod8 commented 4 years ago

Hi, the tool works flawless with single level google drive folders but if we wish to copy multi-level drive folders from one account to another the tool can't find the files inside. One example would be this link https://drive.google.com/drive/u/9/folders/1VTZGEVTYVMem9o1JEq36x905q-u2GVRG

anadius commented 4 years ago

I might add folder support so you can go into subfolders and back to main one but I won't add support for copying folders recursively. That's not the purpose of this tool. If you want that, use rclone.

r9isgod8 commented 4 years ago

Yeah, that would work too. Thanks.

anadius commented 4 years ago

Implemented with a1ff8d127a2ee497f73693342c81a6b082d6c402.

Ognisty321 commented 4 years ago

I won't add support for copying folders recursively. That's not the purpose of this tool. If you want that, use rclone.

How can we copy encrypted links with rclone?

anadius commented 4 years ago

You can't. I meant normal folders.

Ognisty321 commented 4 years ago

Now people are using your solution and there are no normal links, they are encrypted, so the option to copy the entire folder, not just files, would be useful

anadius commented 4 years ago

As I already said:

I won't add support for copying folders recursively. That's not the purpose of this tool.

It's too many API requests one after another, high chance to hit the limit. It's too much code changes for too little gain, you can create a new folder and open it quickly in my tool already. If someone shares an encrypted link with more than one subfolder deep then blame them, this tool was never supposed to be used like that.

Ognisty321 commented 4 years ago

As I already said:

I won't add support for copying folders recursively. That's not the purpose of this tool.

It's too many API requests one after another, high chance to hit the limit. It's too much code changes for too little gain, you can create a new folder and open it quickly in my tool already. If someone shares an encrypted link with more than one subfolder deep then blame them, this tool was never supposed to be used like that.

Okay, thanks for the answer

geekheadxd commented 4 years ago

I might add folder support so you can go into subfolders and back to main one but I won't add support for copying folders recursively. That's not the purpose of this tool. If you want that, use rclone.

isn't you using rclone already :)

anadius commented 4 years ago

No, I'm not. I'm using their API credentials but I'm not using rclone itself.

geekheadxd commented 4 years ago

@anadius one off-topic question : I found this -- [link removed] is it safe to use ? seems exact replica of yours !

anadius commented 4 years ago

I don't know, compare main.obf.js file with mine. Also, I removed the link since their main website seems to be about piracy.