Loading images stored on linode object storage in react

53 Views Asked by At

I am creating an ui for a django project and I have all my static files uploaded to a linode object storage and in django I can load images and view them with no problem but in react I fetch the url using an api from django but when I try to render it I get a 403 access forbidden. How do I set the access keys in react to grab the images?

0

There are 0 best solutions below