Viraj_M
(Viraj M)
August 10, 2022, 9:36am
#1
I have searched all the topics on this question.
What is the problem?
When I try to download the file from firedb it shows this
This is a test app on which I am trying it even in the main app it dosent work
Blocks
Aia
test_firestorage.aia (3.2 KB)
Thanks in advance,
Boban
(Boban Stojmenovic)
August 10, 2022, 10:15am
#2
Shouldn’t it be https instead for gs in your link
Edit: opps, just ignore me
Did you add/changed any permission(read or write)/rules in fire storage ??
Can you share us?
Viraj_M
(Viraj M)
August 10, 2022, 12:48pm
#5
Yes,
here are the rules.
Code
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read;
allow write;
}
}
}
Taifun
August 10, 2022, 5:19pm
#6
You are trying to download to the root folder of the internal storage… This is not possible anymore.
Use shared storage like /Download
See also Some basics on Android storage system
Taifun
Hi, I have the same problem but only when I use the app in Companion. If I export the app in apk and I install the app it works. How could I use it in Companion?
Taifun
April 15, 2023, 1:58pm
#8
Alessandro_Mustaccio:
I have the same problem
If you really have exact the same problem then read this, else elaborate and show your relevant blocks
You are trying to download to the root folder of the internal storage… This is not possible anymore.
Use shared storage like /Download
See also Some basics on Android storage system
Taifun
Taifun