SURFnet / rd-sram-integration

Research Drive / SURF Research Access Management Integration
2 stars 3 forks source link

when I want to reshare file the sharing panel wont load properly #170

Closed navid-shokri closed 1 year ago

navid-shokri commented 1 year ago

I shared a file by Einstein with Marine and now I want to share this file back for another user on oc1.docker. when I try to open the side panel and click on the share tab there is no text box to search for my recipient as below: image


and also, this two API calls those face errors:

{
    "REPORT": {
        "scheme": "http",
        "host": "127.0.0.1:34805",
        "filename": "/remote.php/dav/comments/files/26/",
        "remote": {
            "Address": "127.0.0.1:34805"
        }
    }
}

<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
  <s:exception>OCP\Files\StorageNotAvailableException</s:exception>
  <s:message/>
</d:error>

{
    "PROPFIND": {
        "scheme": "http",
        "host": "127.0.0.1:34805",
        "filename": "/remote.php/dav/systemtags-relations/files/26",
        "remote": {
            "Address": "127.0.0.1:34805"
        }
    }
}

<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
  <s:exception>OCP\Files\StorageNotAvailableException</s:exception>
  <s:message/>
</d:error>

navid-shokri commented 1 year ago

it was because I was using codespace port forwarding and not docker service name. SOLVED!!!