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
On Kubo kubov0.29.0 looks like all the objects are deprecated now, so for example method FileSystem.AddDirectoryAsync throws the error in a moment of creating empty directory here:
FileSystemApi.cs, line 139
Because empty folder creation is based on ipfs.Object,
I started to work on another approach with command add and specially formatted MultipartFormDataContent as well, will finish later for everyone who is interested.
But maybe problem is already known and I'm developing a bicycle?
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. We shouldn't be using the object api if it's deprecated.
It looks like they moved the ipfs object new functionality to ipfs files mkdir, which is an mfs api we've got implemented here. Should let us create a functional replacement.
On Kubo kubov0.29.0 looks like all the objects are deprecated now, so for example method
FileSystem.AddDirectoryAsync
throws the error in a moment of creating empty directory here:FileSystemApi.cs, line 139
Because empty folder creation is based on
ipfs.Object
,So here error occurs:
ipfs-object
I started to work on another approach with command
add
and specially formattedMultipartFormDataContent
as well, will finish later for everyone who is interested.But maybe problem is already known and I'm developing a bicycle?
The text was updated successfully, but these errors were encountered: