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
In the IPFS CLI, you can use ipfs get -o <hash> to get a file and save it with a given name, but the ipfsApi.Client().get() function does not have this capability right now.