# Saving files to local device storage. Will it possible in the future?

**URL:** https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816
**Category:** Feature Requests
**Created:** [April 8, 2024, 9:38am UTC](https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816 "2024-04-08T09:38:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![algade1993x](https://avatars.discourse-cdn.com/v4/letter/a/c57346/32.png) [@algade1993x](https://community.thunkable.com/u/algade1993x)
#### Post date: [April 8, 2024, 9:38am UTC](https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816/1 "2024-04-08T09:38:03Z")

</div>

Hi,

I know saving a file to the device storage is currently no possible, but do Thunkable team plan to add this functionality ?

Just out of curiosity, why is this not possible ? (It seems to be a basic functionality, I can’t understand why this has not been implemented in Thunkable yet. Maybe a question of compatibility between different versions of Android, iOS and the way they manage access rights ?)

Thanks in advance !

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [April 9, 2024, 3:37pm UTC](https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816/2 "2024-04-09T15:37:23Z")

</div>

Hi @algade1993x, thanks for reaching out about this.

Yes, this is something our Product team is currently looking into. I don’t have a specific timeline for when it will be released but we will absolutely make an announcement here when it is ready to go.

Thanks again!

---

<div class="post-metadata">

### Author: ![algade1993x](https://avatars.discourse-cdn.com/v4/letter/a/c57346/32.png) [@algade1993x](https://community.thunkable.com/u/algade1993x)
#### Post date: [May 6, 2024, 9:42am UTC](https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816/3 "2024-05-06T09:42:13Z")

</div>

Thanks for the info !  
This would be a very useful functionality, for example for offline applications.

---

<div class="post-metadata">

### Author: ![tthompson41231](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tthompson41231/32/161401_2.png) [@tthompson41231](https://community.thunkable.com/u/tthompson41231)
#### Post date: [May 6, 2024, 2:29pm UTC](https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816/4 "2024-05-06T14:29:25Z")

</div>

What are you trying to save to the device? This could be possible using the share blocks for some files, photos, etc.

---

<div class="post-metadata">

### Author: ![gorangsm1](https://avatars.discourse-cdn.com/v4/letter/g/c89c15/32.png) [@gorangsm1](https://community.thunkable.com/u/gorangsm1)
#### Post date: [May 10, 2024, 5:40am UTC](https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816/5 "2024-05-10T05:40:31Z")

</div>

Let`s save a picture from camera to phone memory with name made of current time-date.png and with resolution 640x480

---

<div class="post-metadata">

### Author: ![gorangsm1](https://avatars.discourse-cdn.com/v4/letter/g/c89c15/32.png) [@gorangsm1](https://community.thunkable.com/u/gorangsm1)
#### Post date: [May 14, 2024, 11:39am UTC](https://community.thunkable.com/t/saving-files-to-local-device-storage-will-it-possible-in-the-future/2934816/6 "2024-05-14T11:39:50Z")

</div>

i have table with around 100 row and 4 column, everyday data is changing. In the morning table is update from google sheet and after update table is in local storage of phone. In 5th column need to put same numbers in addition with corresponding data in first 4 column of same row. In 6th column need to put picture taken from camera 320x240 pixel. Everything is doing offline because worker is on the field without internet and after he came back to work it will be updated to google sheet (data and pictures). The name of picture has to be: data from 4th column and data from the corresponding row - date - time.jpg or png. Is possible to make something like this?
