INFURA / infura

Official Public Repository for INFURA
https://infura.io
381 stars 62 forks source link

not allowed - transfer quota reached: 403 (Forbidden) Error when using Infura IPFS gateway #224

Closed naftalimurgor closed 2 years ago

naftalimurgor commented 2 years ago

I'm running into issues while trying to use IPFS gateway on infura Desired behavior:

  try {
      const ipfs = create({
      url: "https://ipfs.infura.io:5001/api/v0",
      headers: { Authorization: authorization }
    });
    return ipfs
  } catch (err) {
    console.error(`Failed to connect to IPFS with:`, err)
  }
EnchanterIO commented 2 years ago

Hi! Seems like you exceeded your quotas?

Check your project settings and review if you have any hardlimits configured: Screenshot 2022-07-11 at 12 10 56

naftalimurgor commented 2 years ago

Hello @EnchanterIO Thanks a bunch, that resolved the issue. Again, thanks.