pondersource / sciencemesh-php

Connect your Nextcloud server to Sciencemesh
MIT License
0 stars 1 forks source link

Share not created when creating from CLI in Network Beta #167

Closed michielbdejong closed 1 year ago

michielbdejong commented 1 year ago
> share-create -idp https://revanc2.docker/ -grantee marie /home/asdf
+---+-------------------------+----------------+----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------+-------------------------+------------------+-------------------------------+-------------------------------+
| # | OWNER.IDP               | OWNER.OPAQUEID | RESOURCEID                                                                       | PERMISSIONS                                                                                                                                                       | TYPE              | GRANTEE.IDP             | GRANTEE.OPAQUEID | CREATED                       | UPDATED                       |
+---+-------------------------+----------------+----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------+-------------------------+------------------+-------------------------------+-------------------------------+
| 1 | https://revanc1.docker/ | einstein       | storage_id:"00000000-0000-0000-0000-000000000000" opaque_id:"fileid-/home/asdf"  | permissions:<get_path:true get_quota:true initiate_file_download:true list_grants:true list_container:true list_file_versions:true list_recycle:true stat:true >  | GRANTEE_TYPE_USER | https://revanc2.docker/ | marie            | 2023-02-23 14:51:10 +0000 UTC | 2023-02-23 14:51:10 +0000 UTC |
+---+-------------------------+----------------+----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------+-------------------------+------------------+-------------------------------+-------------------------------+
>> ocm-share-list
+---+-----------+----------------+------------+------+-----------+-------------+------------------+---------+---------+
| # | OWNER.IDP | OWNER.OPAQUEID | RESOURCEID | TYPE | SHARETYPE | GRANTEE.IDP | GRANTEE.OPAQUEID | CREATED | UPDATED |
+---+-----------+----------------+------------+------+-----------+-------------+------------------+---------+---------+
+---+-----------+----------------+------------+------+-----------+-------------+------------------+---------+---------+
>>

share-create return success, but ocm-share-list stays empty

michielbdejong commented 1 year ago

Ah wait, I should use ocm-share-create, not share-create :)