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 filenames with slashes cannot be accessed #6246

Closed
RobinMcCorkell opened this issue Aug 23, 2017 · 7 comments
Closed

Google Drive filenames with slashes cannot be accessed #6246

RobinMcCorkell opened this issue Aug 23, 2017 · 7 comments

Comments

@RobinMcCorkell
Copy link
Contributor

I've linked Google Drive with Nextcloud, and it mostly works, however the sync client craps out on a particular file with slashes in the filename which I also cannot access in the web UI, and is named incorrectly in Nextcloud. Renaming the file in Google Drive to replace the slashes fixes the issue.

Example: a document named 'Meeting 8/11/15' will show up as '15.odt' in Nextcloud, and cannot be accessed (file not found when attempting to).

Seems like there might be some naive basenaming going on, taking everything after the last slash to be the filename? I can't see a clean solution for this, since synchronising such a file will break things even if the web UI could display the slashes, and any attempt to replace the slashes with something else will require mapping in the file cache (bad!). At least a better solution would be to filter out these files entirely, so they cannot be seen or interacted with in Nextcloud.

Nextcloud 12.0.0

@nickvergessen
Copy link
Member

As far as I remember this problem always existed and files with slashes were just hidden in the past

@jospoortvliet
Copy link
Member

@Xenopathic hey dude coming to the conference?

/me accepts a slap for being ENTIRELY off-topic and abusing github for chat

@e-alfred
Copy link

e-alfred commented Aug 24, 2017

I have the same problem at times. Renaming helps. Is this related to the client not allowing these files like descibed here:

https://doc.owncloud.org/desktop/2.3/architecture.html?highlight=ignored#ignored-files

Aside from that this seems to be a duplicate of #4028.

@RobinMcCorkell
Copy link
Contributor Author

RobinMcCorkell commented Aug 24, 2017

@jospoortvliet Sorry, I'm working in London this summer 😞 Hopefully next year though! /offtopic

@jospoortvliet
Copy link
Member

@Xenopathic well you could perhaps make up for it by joining us at a hackweek, would be cool. Dunno when the next is but will announce as soon as I know. Also - working? Why not for us 🥇

@y0va
Copy link

y0va commented Feb 7, 2018

Still like to sync with non-techies... :)

@nextcloud-bot nextcloud-bot added the stale Ticket or PR with no recent activity label Jun 20, 2018
@MorrisJobke
Copy link
Member

As this is a separate app: please report it in that repo https://github.com/NastuzziSamy/files_external_gdrive/

@nextcloud-bot nextcloud-bot removed the stale Ticket or PR with no recent activity label Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants