Ѵ∑1L
Ѵ∑1L
Add webdav storage for user layer, so I can use my nextcloud and have it synced across devices would be nice
Sorry for not responding. I'm kinda busy at the moment so i don't have much time for this. If you're using go-ipfs metadata wont work. Which might be what causes...
Would you mind telling me what it was? If youre using `go-ipfs` you will have problems since nextcloud relies heavily on metadata and `go-ipfs` doesnt have metadata yet. My workarounds...
@imopro that would be something to add in the future. I moved it to a new issue.
First what kind of ipfs node do you have, and what version? and if you add the files with ipfs directly do they show up in nextcloud? Gonna need a...
Theres no need to write anything to the db. Error logs i haven't figured out how to do them nicely. Im guessing youre using the go-ipfs implementation then. that one...
probably you should be able to see the files though. if you add them to the same directory as you set in nextcloud. go-ipfs doesnt have timestamps yet. so as...
go-ipfs does not yet support metadata. See https://github.com/ipfs/go-ipfs/issues/6920. Currently you can only really get it to work with the js-ipfs implementation. I'll test and fix bugs once go-ipfs has metadata....
@h0cin youre using `go-ipfs/0.6.0` which currently does not have metadata. Which means writing won't work. If you really want to get this working you can use `js-ipfs`.