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
client.getQuota() returns two numbers that are not the real available or used quota of the user. These two numbers are from two separated entries of the PROPFIND command issued inside the getQuota() call.
To Reproduce
Steps to reproduce the behavior:
create a user with a specific quota, an fill in some files and folders
Describe the bug
client.getQuota() returns two numbers that are not the real available or used quota of the user. These two numbers are from two separated entries of the PROPFIND command issued inside the getQuota() call.
To Reproduce
Steps to reproduce the behavior:
Correction
after looking into the code:
In
requestInit
it seems thatheaders: new node_fetch_1.Headers({ "Depth": "0" }),
is missing.With
it returns the expected result.
client_patch.txt
The text was updated successfully, but these errors were encountered: