You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Methods such as client.getFolderContents fail to generate properly URL encoded requests, resulting in HTTP 500 responses.
To Reproduce
Steps to reproduce the behavior:
Create a folder or file containing umlauts (ä, ö, ü...) or certain characters with special meanings in URLs (e.g. '+')
Try to query this folder using methods such as client.getFolderContents
Expected behavior
The API is supposed to generate properly encoded URLs for HTTP requests to the nextcloud instance, resulting in appropiate and expected HTTP responses. For client.getFolderContents, a list of folder contents of the specified folder should be returned.
Additional context
Pulled this lib directly from NPM, version according to package.json is 1.8.1.
The text was updated successfully, but these errors were encountered:
Describe the bug
Methods such as
client.getFolderContents
fail to generate properly URL encoded requests, resulting in HTTP 500 responses.To Reproduce
Steps to reproduce the behavior:
client.getFolderContents
Expected behavior
The API is supposed to generate properly encoded URLs for HTTP requests to the nextcloud instance, resulting in appropiate and expected HTTP responses. For
client.getFolderContents
, a list of folder contents of the specified folder should be returned.Additional context
Pulled this lib directly from NPM, version according to
package.json
is1.8.1
.The text was updated successfully, but these errors were encountered: