IPFS - ipfs-upload-client binary not working

Hello,
I am using your ipfs library to upload files and directory but the cid returned is not valid (or not pinned idk).

This is the command:
./bin/ipfs-upload-client --id XXX --secret YYY storage/1.webp
Following output:
/ipfs/QmPTDTRTctSj8nv7Fng2xN85wSyQXzo3hScMWZfKp5YbPu

I can see the file QmPTDTRTctSj8nv7Fng2xN85wSyQXzo3hScMWZfKp5YbPu in my Infura dashboard, however it’s not accessible through any IPFS gateways.

What am I doing wrong?