os_yous
(Osama Saeed)
November 18, 2021, 8:54am
#1
hello friend,
I made an app that can browse e-books with help of webview and google driver. but I have problem with the bottom of the download. when I click the download bottom the book does not download.
it is very important to my app to download the books. can anyone help me, please?
Did you set write storage permission? Can you show your download blocks?
1 Like
os_yous
(Osama Saeed)
November 18, 2021, 10:57am
#5
this my block, can you help me
As i said earlier, where is the permission for write external storage?
Also what are you trying at here ?
Index must be a number
1 Like
os_yous
(Osama Saeed)
November 18, 2021, 11:19am
#8
how I do the permission for write external storage?
Use ask permission block in screen initial block
Dear all,
I have tried the sharing component for an project but got an error when I try to share, as
Error 908: The permission WRITE_EXTERNAL_STORAGE has been denied
To get rid of this issue, I am trying to give the permission from the user at the app start with below blocks.
But I think it will be really disgusting for the user when he need to give permission every time he log in to the app.
So my question is, is there a permanent solution to avoid this permission issue?
I have searched t…
1 Like
dora_paz
(Dora)
November 18, 2021, 11:54am
#11
First of all I believe your google drive links should be in the form of
https://drive.google.com/uc?export=download&id=fileID
Three ways to download pdf,
Using download component
Using custom webview extension
Using Download to ASD extension
Extension to download file(s) to ASD (app-specific directory) without WRITE permission
1 Like
os_yous
(Osama Saeed)
November 18, 2021, 12:03pm
#12
how i get the custom webview extension