Hey guys,
I am trying to create a Flask API to upload files to IPFS by using IPFS Pinata gateway, but I don't know how to set up/configure my Pinata gateway.
With local node we have to have the config file:
IPFS_CONNECT_URL = "/ip4/127.0.0.1/tcp/5001"
IPFS_FILE_URL = "/ip4/127.0.0.1/tcp/8080"
DOMAIN = "http://ipfs.io/ipfs"
But with Pinata gateway I have The Api key, api secret and the jwt and the gateway https/<mygateway>.pinatacloud/ipfs.
Any ideas how to do put them in use?
Thank you :)
PS: Pinata pinning is working fine from local node, but I don't want to run my local node each time.
*Pommes = pinned ;-)
Hello, I've read on IPFS for hours now but cant find all answers, please Somebody explain to me:
when my File is uploaded to IPFS via Pinata, the File is basically Public, right?
how will people find the File If they dont have the direct Link?
my pinned Files are Not found in ipfs-search.com. tried the Filename and the hash (why?)
where is my File physically stored after Upload?
what Happens after I unpin=delete(?) the File? Is it gone from IPFS completely or are instances left on IPFS forever?
are the rights to unpin=delete? a file tied to my Pinata User Account?
Thanks so much!