Do you need an Infura account to use Infura IPFS?

I’m following this tutorial Uploading Files to IPFS from a Web Application - DEV Community, and it shows that you can upload a file like so:

/* import the ipfs-http-client library */
import { create } from 'ipfs-http-client';

/* Create an instance of the client */
const client = ipfsHttpClient('https://ipfs.infura.io:5001/api/v0')

/* upload the file */
const added = await client.add(file)

/* or a string */
const added = await client.add('hello world')

This works, so I’m confused why Infura’s docs (https://infura.io/docs/ipfs) say this:

To manage your IPFS data, you need to register your account and set up your project.

Are there some limitations to using the Infura IPFS API without an account? E.g. do the uploaded files eventually get deleted or something?

Hi @pencilflip, and welcome to the Infura community!

You can add files to IPFS without an account, but you won’t be able to see any of the data associated with it, and you may not be able to access certain functions (i.e. pin_ls and pin_rm) without an account.

1 Like

Hi @Leiya_Kenney , I’ve just signed for Beta IPFS, can you share what prices would be to pin data on Infura and also, the 6 months limit to “use it or lost it” I read about won’t apply to paying customers right?
regards,

Hi @rovicher, and welcome to the Infura community! You can get specific pricing info on our pricing page. If you’ve signed up for a Core plan, that remains free. Our Plus plan has unlimited storage at $0.08/GB and unlimited data transfer at $0.12/GB.

Hey @pencilflip , I am also following the same tutorial by Nader Dabit, but now the ipfsHttpClient is not working without account it seems, can please check yours if it’s still working? That would be very helpful for me, to analyze where is my code failing. Thanks in advance.

Hey @swetashaw, and welcome to the Infura community!

With our updated IPFS offering, you will need an an account to use it. However, we still offer IPFS access with the Core plan, which is free, so you should be able to easily sign up at Register | Infura