python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pinata cloud Video extraction: The operation is insecure
I am trying to get thumbnails from a video inside a IPFS cloud (pinata.cloud) but I receive the error "The operation is insecure".
The link for the video: https://gateway.pinata.cloud/ipfs/Q...
TheDinosaur
Votes: 0
Answers: 1
when trying to connect to IPFS System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it
I am trying to upload a file to Ipfs below is my code sample.
using (var ipfs = new IpfsClient())
{
await ipfs.Swarm.Peers();
IpfsStream inputSt...

Malik Mehmood
Votes: 0
Answers: 1
Pinata IPFS's pinFileToIPFS method not accepting a user uploaded file
I am working on a project (using React.js Express.js and Node.js) to convert a user uploaded image into and NFT on Ethereum blockchain and for that, I need to upload the image on an IPFS (I am using P...
Yash Sethia
Votes: 0
Answers: 5
upload folder to ipfs using blockfrost
How to upload folder to IPFS using blockfrost.
able to upload a file using the following, but not able to upload a folder
curl "https://ipfs.blockfrost.io/api/v0/ipfs/add" \
-X POST \
-H...
Adharsh Chottu
Votes: 0
Answers: 1