GithubHelp home page GithubHelp logo

Comments (6)

BuckyI avatar BuckyI commented on June 28, 2024 3

I have the same issue with a different WebDAV provider. Can't get past the root. client.list("", get_info=True) returns the correct list that includes a directory "some_directory", but client.list("some_directory", get_info=True) always returns RemoteResourceNotFound.

same problem, but I set client.webdav.disable_check = True and it works fine :)

from webdav-client-python-3.

czen avatar czen commented on June 28, 2024

Still unresolved. Can't download any files from Nextcloud using webdavclient3 3.14.6
Tried with https://github.com/CloudPolis/webdav-client-python, same problem.
Just calling client.execute_request('download', path) returns the correct 200 OK and the content of the file.
Nothing makes sense. Why does client.list return a list starting with the name of the innermost subdirectory?
Why does client.downlaod_file() work differently from client.execute_request with the same request type?

from webdav-client-python-3.

Alanbrtd avatar Alanbrtd commented on June 28, 2024

Hello,
Have you solved your problem ?

from webdav-client-python-3.

Shahin-rmz avatar Shahin-rmz commented on June 28, 2024

I second this. Like to access my files inside nextcloud but it does not work.
webdav3.exceptions.RemoteResourceNotFound: Remote resource: /remote.php/dav/files/XXXX/YYYY/EXAMPLE.csv not found

from webdav-client-python-3.

jkelley-blackboard avatar jkelley-blackboard commented on June 28, 2024

I have the same issue with a different WebDAV provider. Can't get past the root.
client.list("", get_info=True) returns the correct list that includes a directory "some_directory", but
client.list("some_directory", get_info=True) always returns RemoteResourceNotFound.

from webdav-client-python-3.

lightheaded avatar lightheaded commented on June 28, 2024

I have the same issue with a different WebDAV provider. Can't get past the root. client.list("", get_info=True) returns the correct list that includes a directory "some_directory", but client.list("some_directory", get_info=True) always returns RemoteResourceNotFound.

same problem, but I set client.webdav.disable_check = True and it works fine :)

Thanks! Adding client.webdav.disable_check = True worked for me!

from webdav-client-python-3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.