is it possible to store pdf file into internal device storage or tinydb storage ?
Taifun
November 15, 2023, 12:21pm
#2
What is possible see here
From an Android point of view there are an → Internal Storage and an → External Storage.
1. Internal Storage
The Internal Storage can only be accessed with a rooted device.
1.1 The app package is saved in
/data/data/<packageName>/
1.2. The Private directory is
/data/user/0/<packageName>/files/
This private directory can be used with the File component to save / read text (setting the path without a slash). It can only be accessed by your app and is automatically removed when the app is un…
Let me suggest you to store the file in ASD…
TinyDB does not store files itself only links to files
Taifun
can u tell me how to store pdf file into asd ?, i tried like this but not working
i tried to store the pdf into the app (asd), and get the list of files from asd
Taifun
November 16, 2023, 11:03am
#4
From where do you get the file?
Do you pick it using the activity starter?
Please show us all relevant blocks
Taifun
Taifun
Closed
November 16, 2023, 11:05am
#5
A solution was already provided in a duplicate thread
i want to store pdf files from device into the app (asd), and get list of files from asd, i tried this my self but not working, pls guide me iam a beginner
[Screenshot 2023-11-16 140221]