Giter VIP home page Giter VIP logo

Comments (1)

aschmahmann avatar aschmahmann commented on September 25, 2024

@cattle2002 don't use the object put API anymore it's deprecated from ipfs object put

❯ ipfs object put --help
WARNING:   DEPRECATED, command will be removed in the future

USAGE
  ipfs object put <data> - Deprecated way to store input as a DAG object. Use 'dag put' instead.

If you use dag put and decide on the codec that you want to store with (e.g. raw, dag-json, dag-cbor, etc.) it should be fine.

Note: If you're uploading files you want UnixFS.Add as that will handle even larger files which seems like what you really want here (it's the equivalent of ipfs add).

If you have more questions on API usage they're likely better asked on discuss.ipfs.tech. Although if you have suggestions on docs improvements issues/PRs are welcomed here.

from kubo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.