Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

155
Views
Firabase Storage listAll dons't find my path

I try create a list of archives which is in a Firebase Storate using a listAll of Firebase 9, and i follow the documentation, but dons't work.

always gives this error: [storage/unknown]. apparently couldn't find the path

But, if i use a path to download a single archive using getDownloadURL, I can do it without problems.

My listAll example:

const storage = getStorage()
const listRef = ref(storage, 'archives')
listAll(listRef)
  .then((res) => {
    console.log(res)
  }).catch((error) => {
    console.log(error.code)
  })

documentation link I followed

My getDownloadURL for comparation:

const storage = getStorage()
const listRef = ref(storage, 'archives/dummy.pdf')
getDownloadURL(listRef).then(res => {
  console.log(res)
}).catch((error) => {
  console.log(error.code)
})

what am i doing wrong?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!