ipfs-desktop icon indicating copy to clipboard operation
ipfs-desktop copied to clipboard

Bulk Import from IPFS for many CIDs

Open agmap opened this issue 1 year ago • 1 comments

Searching for an option to bulk Import many CIDs from IPFS with csv or txt file without the need of using a script, ... I want to provide a table with CID and name.

agmap avatar Jul 21 '24 12:07 agmap

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We are triaging issues on weekly basis and aim to give initial feedback within a few business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.tech if you just need general support.

welcome[bot] avatar Jul 21 '24 12:07 welcome[bot]

Not directly related, but if you are savvy, you can write a script (with https://github.com/ipfs/js-kubo-rpc-client) and send multiple requests the Kubo RPC API.

Another related thing, is CAR imports via the UI which would allow importing DAGs or disparate blocks packed into the CAR: https://github.com/ipfs/ipfs-webui/pull/2323

2color avatar Feb 21 '25 13:02 2color

Latest IPFS Desktop (v0.42) shipped with updated webui, which includes CAR (https://github.com/ipfs/ipfs-webui/issues/2323) and Bulk CID import (https://github.com/ipfs/ipfs-webui/issues/2307).

lidel avatar Mar 28 '25 14:03 lidel

Thank you very much. This feature is extremely useful – I have been missing it for a long time. Now imagine if there was a bulk car import.

agmap avatar Mar 28 '25 15:03 agmap