I am trying to use Firebase database to download a video that I have uploaded to it using the Firebase website. When I try to generate a URL for the file, it gives me thins error:
I have changed my storage rules so that even without authentication that I can access the files


and here is where my video is stored on Firebase:

As you can see the video is clearly on Firebase. But why can't I access it?