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

Google Drive allows forward slashes (/) as filenames. GDriveFS fails with I/O error. #99

Open
agusdallalba opened this issue Oct 5, 2014 · 0 comments

Comments

@agusdallalba
Copy link

Steps to reproduce:

  1. Make a file/folder in the Google Drive web interface that includes a forward slash
  2. Mount the Google Drive and run ls
    Result: ls: reading directory .: Input/output error.

Expected result: GDriveFS should treat these files and folders gracefully somehow. The official Google Drive client for windows replaces the slashes with undescores (Turns A/B into A_B). If the filename with underscores already exists it adds (1) to the name (So A/B and A_B turn into A_B (1) and A_B). Another option is, for example, to partially C-escape / into \x2f and \x2f into \\x2for partially URL-encode / into %2F and %2F into %252F.

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

1 participant