简体   繁体   中英

How to get URL of Images from that are stored in Firebase Storage in specific folder | Androi | Java

I uploaded some pictures manually in firebase storage in the specific folder I want to get the URL of all images that are stored in that specific folder. Is there any way I can get the URL of all images?

Note : There are many folders in my firebase storage I just wanted to get images from Driver1 as the screenshot is attached you can clearly see the images I uploaded.

ScreenShot:

在此处输入图像描述

You can simply click on the image you want to download and on the right-hand side of the page, a new section will appear, which contains the name of the image. If you click on the name, a new tab in your browser will be opened containing that particular image. You can copy the URL right from there or, at the bottom of this new section, you'll see the "File location". If you click on it, you'll see the "Access token" and if you click again on it, the download URL and the corresponding token will be copied. Then you can paste that into your web browser and you'll see the image.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM