Rank 2: Process
Hi,
After uploading a file using the storage api, I generate a download link locally.
When i try to preview the image using that link i get an error ( in the screenshot in red)
But i am logged in on my application.
I am trying to access the image using Image.network({link}) from the application
I can successfully load the image if i use the SDK method but that wont be convenient because i store the links as an array of string in the database
I know that it is possible to add headers inside Image.network() but which headers to add ?