Frank_B

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Frank_B

  1. This Path was totaly missing in my Docker config, so I added it manually and now I see the logfile in the path. This is the content: 12-20 06:04:35:699 [ info sync.accessmanager ]: 2 "" "https://owncloud.????.de/remote.php/dav/files/???????????????/Upload/ocs/v1.php/cloud/capabilities?format=json" has X-Request-ID "2f88149c-5900-4924-8bc2-720c0fb49424" 12-20 06:04:35:699 [ info sync.networkjob ]: Created OCC::JsonApiJob("https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json", "2f99149c-3640-4915-8bc2-720d0fb49424", "2f14149c-3640-5015-8bc2-710c0fb49424") for QObject(0x0) 12-20 06:04:35:945 [ warning sync.networkjob ]: OCC::JsonApiJob("https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json", "2f88149c-3640-4915-8bc2-710c0fb49424", "2f88149c-3640-4915-8bc2-710c0fb49424", "Error transferring https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json - server replied: Forbidden") QNetworkReply::ContentAccessDenied "Server replied \"403 Forbidden\" to \"GET https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json\"" 403 12-20 06:04:35:945 [ info sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json") FINISHED WITH STATUS "ContentAccessDenied Server replied \"403 Forbidden\" to \"GET https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json\"" 12-20 06:04:35:945 [ warning sync.networkjob.jsonapi ]: Network error: OCC::JsonApiJob("https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json", "2f88149c-3640-4915-8bc2-710c0fb49424", "2f88149c-3640-4915-8bc2-710c0fb49424", "Error transferring https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json - server replied: Forbidden") "Server replied \"403 Forbidden\" to \"GET https://owncloud.????.de/remote.php/dav/files/?????????????????/Upload/ocs/v1.php/cloud/capabilities?format=json\"" 403 12-20 06:04:35:945 [ debug default ] [ main(int, char**)::<lambda ]: Server capabilities QJsonObject() 12-20 06:04:35:946 [ fatal default ]: Error connecting to server
  2. Sorry @Dyon, but I do not see a directory called "owncloudcmd" in my "appdata" directory. This is strange, or?
  3. I also tried to Download a file from the Unraid shell via curl. curl -uname:password https://owncloud.????.de/remote.php/dav/files/??????????/Upload/Testfile.txt --output Testfile.txt This works as well.
  4. @Dyon Thank you for the fast reply! When I visit OC_SERVER + OC_WEBDAV URL in my browser I get the authentication prompt and after signing in it displays "This is the WebDAV interface. It can only be accessed by WebDAV clients such as the ownCloud desktop sync client." And yes, ???????????? is my username (in this case my e-mail address). Just to make sure I removed this part from the docker config, but did not change the behaviour. Still I think it must be included in the URL because in my test with the windows command line client I had to include it as well - there it worked.
  5. Hello, unfortunately my Docker owncloud-client container is not working correct. Files or not beeing synced. Here is my config: The Log output looks like this: When I put files on either side (Owncloud Path "Upload" or Unraid Path "Owncloud Sync") the files are not beeing transfered. I tried exact these parameters on my Windows computer with the owncloud command line interface and it worked out of the box, so the parameters (Paths and User/Password) are correct. Windows command line output: Any idea?