Nextcloud_client python module

[/details]
Nextcloud version: 18.0.13
Operating system and version: Windows 11 Pro version: 23H2
Python version: 3.11.5
PHP version 7.2.24

The issue you are facing:
Im have an problem to upload directories only on single user.
In python console i get an error:

Traceback (most recent call last):
  File "X:\CLT\CloudUpdate24testversion.py", line 185, in <module>
    kunde.UploadOrdner("file")
  File "X:\CLT\CloudUpdate24testversion.py", line 128, in UploadOrdner
    nc.mkdir(NewOrdnerName)
  File "C:\Users\Kostanski\AppData\Roaming\Python\Python311\site-packages\nextcloud_client\nextcloud_client.py", line 702, in mkdir
    return self._make_dav_request('MKCOL', path)
  File "C:\Users\Kostanski\AppData\Roaming\Python\Python311\site-packages\nextcloud_client\nextcloud_client.py", line 1814, in _make_dav_request
    raise HTTPResponseError(res)
nextcloud_client.nextcloud_client.HTTPResponseError: HTTP error: 401

Is this the first time you’ve seen this error? (Y/N):
Its start, when i want to change my user to programmicaly upload files to cloud

Is this the client library you are using?


Are you serious?
Nobody here can help you with versions totaly out of date.

You should switch to current versions if you need help instead of dealing with prehistoric versions.


Much and good luck,
ernolf

Yes Im using that module. (pyncclient)

But the problem is not compatibility of Nexcloud. The functions are working on other users.
It is possible its an some group setting?

Unhelpfully update of nexcloud need an changes on server, so I wait until some production stops or slow down.