Get image back from public sever

How can I access or get my images from the public server like below

https://ipfs.infura.io/ipfs/Qmbw9oumJgPeNs7CwygPK8EDSj4Scmc2CK2bPNCceBJJfv

Hi vever,

welcome to Infura community!

Please note that the public gateway has been depreciated as of August 10th.

You can learn more about the changes that have been made here:

From now on, to access files, you need to do the following:

  1. Create a Dedicated Getaway in your Infura IPFS project settings and enable it.
    Dedicated gateways - Infura Docs
  2. The API endpoint didn’t change, it’s still ipfs.infura.io:5001, but now you are required to authenticate requests, so make sure that when you upload/pin your content, you use your PROJECT ID and PROJECT SECRET to authenticate requests.
  3. To access your files, please use your Dedicated Getaway.
    4.For example:*
    Public getaway (is not accessible):
    https://infura-ipfs.io/ipfs/Qmd8HXpuEXKK9k5fzDijfU48Z7jp72U8WxCMnHVXJduNhPDedicated getaway (accessible):
    https://lovekosmas.infura-ipfs.io/ipfs/Qmd8HXpuEXKK9k5fzDijfU48Z7jp72U8WxCMnHVXJduNhP
  4. If you are supplying your customers with a certain URL to access files, please provide them with the new URL that contains https://<YOUR_DEDICATED _GETAWAY>/ipfs/CID

Please note that you must use ipfs.infura.io for API requests. Dedicated Gateway UTL is only for viewing content. Make requests - Infura Docs

Please let me know if you have any questions.

Warm regards,
Chris | Infura | ConsenSys