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
I use cid = ipfs_api.publish(file_name) to publish a file to IPFS,
and ipfs-cluster-ctl status cid shows that the file is unpinned on every peer.
I tried ipfs_api.pin(cid) but it's not helping.
What should I do?
The text was updated successfully, but these errors were encountered:
File download with ipfs_api works well, you can call shell command to upload file.
Or you can upload and download files through http request, which I think is a much better way.
Codes I use to upload and download:
I use
cid = ipfs_api.publish(file_name)
to publish a file to IPFS,and
ipfs-cluster-ctl status cid
shows that the file is unpinned on every peer.I tried
ipfs_api.pin(cid)
but it's not helping.What should I do?
The text was updated successfully, but these errors were encountered: