EnterpriseyIntranet / nextcloud-API

NextCloud OCS API for Python
GNU General Public License v3.0
27 stars 27 forks source link

NextCloud' object has no attribute 'assure_folder_exists' #74

Open joyongzhu opened 2 years ago

joyongzhu commented 2 years ago

python version: 3.11 nextcloud crate: use python setup.py install, maybe newest nextcloud service: Nextcloud 15

I want to create folder,but return error: image

however, I can use upload_filedownload_file,and them work great。