You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NextGraph support file uploads, so instead of storing the files on the filesystem, we will be able to have them encrypted. We're going to take advantage of this refactoring to improve our compatibility with Solid, by changing our metadata description (we currently use a SemApps-specific ontology).
NextGraph support file uploads, so instead of storing the files on the filesystem, we will be able to have them encrypted. We're going to take advantage of this refactoring to improve our compatibility with Solid, by changing our metadata description (we currently use a SemApps-specific ontology).
NextGraph use a special API for file uploading and retrieval. See: https://git.nextgraph.org/NextGraph/nextgraph-rs/src/branch/master/ng-sdk-js/app-node/index.js#L44
Implementation: