Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested folder support #1

Closed
r9isgod8 opened this issue Jun 6, 2020 · 12 comments
Closed

Nested folder support #1

r9isgod8 opened this issue Jun 6, 2020 · 12 comments
Labels
enhancement New feature or request

Comments

@r9isgod8
Copy link

r9isgod8 commented Jun 6, 2020

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
Copy link
Owner

anadius commented Jun 6, 2020

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
Copy link
Author

r9isgod8 commented Jun 6, 2020

Yeah, that would work too. Thanks.

@anadius
Copy link
Owner

anadius commented Jun 15, 2020

Implemented with a1ff8d1.

@anadius anadius closed this as completed Jun 15, 2020
@anadius anadius added the enhancement New feature or request label Jun 17, 2020
@Ognisty321
Copy link

Ognisty321 commented Jul 23, 2020

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
Copy link
Owner

anadius commented Jul 23, 2020

You can't. I meant normal folders.

@Ognisty321
Copy link

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
Copy link
Owner

anadius commented Jul 24, 2020

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
Copy link

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
Copy link

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
Copy link
Owner

anadius commented Aug 6, 2020

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

@geekheadxd
Copy link

geekheadxd commented Aug 6, 2020

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

@anadius
Copy link
Owner

anadius commented Aug 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants