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
It seems we have the ability to utilize the local IPFS node for adding content to IPFS, and doing an "IPFS cat" to read out a file from IPFS. However, in order to access an image file from IPFS, this app and its browser UI utilizes the ipfs.io IPFS gateway in order to get content.
Is it possible to execute an IPFS get command the same way an IPFS cat command is now possible? (perhaps it returns byte data or a File object?).
It would be nice to be able to fetch files without depending on a remote IPFS gateway.
Let me know if this questions should be in the IPFS Kotlin api repo.
The text was updated successfully, but these errors were encountered:
It seems we have the ability to utilize the local IPFS node for adding content to IPFS, and doing an "IPFS cat" to read out a file from IPFS. However, in order to access an image file from IPFS, this app and its browser UI utilizes the ipfs.io IPFS gateway in order to get content.
Is it possible to execute an IPFS get command the same way an IPFS cat command is now possible? (perhaps it returns byte data or a File object?).
It would be nice to be able to fetch files without depending on a remote IPFS gateway.
Let me know if this questions should be in the IPFS Kotlin api repo.
The text was updated successfully, but these errors were encountered: