-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the CS3APIs connector #1
Comments
CS3 connector in WopiServer implements basic access method: File operations:
File attribuite:
We probably don't need extra file access methods for Jupyter Lab. @diocas do you have another opinion? |
@JarCz for files, probably no, but we need to list files in directories and we need everything that is related to share (create share, list shares, etc). |
One way is to use API from https://cs3org.github.io/cs3apis/#cs3.sharing.collaboration.v1beta1.CollaborationAPI and create methods like from reva-client:
@labkode is it ok ? |
In order to have a working implementation of CS3APIs for Jupyterlab, the following tasks need to be completed:
Resources
The text was updated successfully, but these errors were encountered: