我目前正在使用Pydio演示来测试Pydio单元API的功能。https://demo.pydio.com/
在调用Pydio Cells时,我可以使用Bearer令牌成功地接收有效的JSON响应。
https://demo.pydio.com/a/config/discovery/在尝试使用v1或v2 API时,我尝试了许多下面的变体,但都没有成功。
https://demo.pydio.com/pydio/api/v2/fs
https://demo.pydio.com/pydio/api/2/fs
https://demo.pydio.com/pydio/a/2/fs
https://demo.pydio.com/a/2/fs
https://demo.pydio.com/a/v2/fs到目前为止,我无法找到或找到任何说明v1或v2 API可以使用或不使用的文档。别说我能找到任何地方。
到Pydio文档的一些链接,截止到02.13.19
API版本2:https://pydio.com/en/pydio-api-v2 API版本1:https://pydio.com/en/pydio-api-v1
是我能够找到的关于与Pydio单元相关的REST的唯一文档,如下所示。
https://pydio.com/en/docs/cells/v1/using-rest-api https://pydio.com/en/docs/developer-guide/protocol https://pydio.com/en/docs/developer-guide/producing-jwt-using-postman
发布于 2019-02-14 23:10:39
我发现答案是否定的。Pydio Cells与Pydio的早期版本不兼容。
https://stackoverflow.com/questions/54676397
复制相似问题