Added a file - but it's not accessible on gateway

So, I searched first where your file is available.

$ ipfs dht findprovs QmUr3Tp47hyVXnLDSoqpwL4WWLTu2NLZD2GoXimVW2Vr4Z
QmNqNHyA7oPegAaDQDpXGKGs9CmBjWQDTeUW6mzTXecMc5
QmVqt5oddjjweUdepGoNWR1gBkRjo8zWe6ysVWxUDNZv3p
QmV4j6GkC62ZabcGbubWVer5Ed63YztZMTbbUbwDKfcmiS

Then I checked if those are acessible:

$ ipfs dht findpeer QmNqNHyA7oPegAaDQDpXGKGs9CmBjWQDTeUW6mzTXecMc5
/ip4/127.0.0.1/tcp/4001
/ip6/::1/tcp/4001
/ip4/146.185.57.50/tcp/64417
$ ipfs dht findpeer QmVqt5oddjjweUdepGoNWR1gBkRjo8zWe6ysVWxUDNZv3p
/ip6/2604:1380:2000:f700::3/tcp/4001
/ip6/::1/tcp/4001
/ip4/209.94.90.1/tcp/4001
/ip4/147.75.83.187/tcp/4001
/ip4/127.0.0.1/tcp/4001
/ip6/2602:fea2:2::1/tcp/4001
$ ipfs dht findpeer QmV4j6GkC62ZabcGbubWVer5Ed63YztZMTbbUbwDKfcmiS
/ip4/209.94.90.1/tcp/4001
/ip6/2602:fea2:2::1/tcp/4001
/ip6/2604:1380:2000:f700::1/tcp/4001
/ip6/::1/tcp/4001
/ip4/147.75.83.53/tcp/4001
/ip4/127.0.0.1/tcp/4001

The later first gave me a super long input, but then when requerying it gave me that.

When I do telnet [ip] [port], I can’t open the first one. Nor the second IPv4 one (I don’t have IPv6), nor the 3rd one.