IPFS Pinata – How to Upload Folder of Images Using Pinata – IPFS

ipfsjavascriptnftpinata

How to upload a folder of images, by giving only path using npm's pinata sdk ? I only want to give folder's path. using javascript.

Best Answer

Ok, After a lot of R&D,found out that you cannot, upload folder of images using the pinata sdk(npm pack.). But you can use Moralis and IPFS public gateway.

Related Topic