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

How to handle "#" char #20

Open
CedricBad opened this issue May 20, 2020 · 1 comment
Open

How to handle "#" char #20

CedricBad opened this issue May 20, 2020 · 1 comment

Comments

@CedricBad
Copy link

CedricBad commented May 20, 2020

First of all thank you for your nice library.

I have a folder which name contains a #, and when I try to get the files it contains using the getFolderFileDetails method, nothing is returned.

Also when I try to create file inside it using the put method, I got a 409 error Conflict. I've tried to replace the # in the path by a %23, but it's not working either.

When doing the same directly by nextcloud interface, it works fine.

At last, if the # char is at the begining of my folder, using getFolderFileDetails will return me all documents placed in the same directory as my folder.

@floriansimon1
Copy link
Collaborator

That kind of bug is super annoying to fix. Sometimes, the problem is in the webdav library we use. Would you have time to try using the webdav-client directly and tell us if the error occurs there?

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