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

List and Pull don't work on subdirectories in Windows #917

Open
matthewblain opened this issue Jun 4, 2017 · 1 comment
Open

List and Pull don't work on subdirectories in Windows #917

matthewblain opened this issue Jun 4, 2017 · 1 comment

Comments

@matthewblain
Copy link

matthewblain commented Jun 4, 2017

Commands like 'drive list' don't work on Subdirectories in Windows.
This appears to be a confusion between local path separators (e.g. '\') and remote ones (e.g. '/').

Repro:
Run a command like this:
drive.exe list "Google Photos/2016"

Result:
"/Google Photos\\2016" cannot be found remotely

Expected:
Directory listing, e.g.
/Google Photos/2016/12
/Google Photos/2016/11
/Google Photos/2016/01

@odeke-em
Copy link
Owner

odeke-em commented Jun 5, 2017

Thank you for the report @matthewblain and accompanying PR. As noted in the README, this code hadn't been tested nor supported for Windows but I can see you are working on making that possible, thank you!

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

No branches or pull requests

2 participants