# Backup my image storage

**URL:** https://community.glideapps.com/t/backup-my-image-storage/62875
**Category:** Ask for Help
**Created:** [June 17, 2023, 3:59pm UTC](https://community.glideapps.com/t/backup-my-image-storage/62875 "2023-06-17T15:59:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Anton\_Arriaga\_Sierra](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/anton_arriaga_sierra/32/60532_2.png) [@Anton\_Arriaga\_Sierra](https://community.glideapps.com/u/Anton_Arriaga_Sierra)
#### Post date: [June 17, 2023, 3:59pm UTC](https://community.glideapps.com/t/backup-my-image-storage/62875/1 "2023-06-17T15:59:00Z")

</div>

I’m working on a project where I’m collecting images of client’s IDs. How can I have a backup or execute a massive download of all my client’s ID pictures?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 17, 2023, 4:09pm UTC](https://community.glideapps.com/t/backup-my-image-storage/62875/2 "2023-06-17T16:09:38Z")

</div>

Are you using native Glide tables, or an external data source such as Airtable or Google Sheets?

---

<div class="post-metadata">

### Author: ![Anton\_Arriaga\_Sierra](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/anton_arriaga_sierra/32/60532_2.png) [@Anton\_Arriaga\_Sierra](https://community.glideapps.com/u/Anton_Arriaga_Sierra)
#### Post date: [June 17, 2023, 4:20pm UTC](https://community.glideapps.com/t/backup-my-image-storage/62875/3 "2023-06-17T16:20:34Z")

</div>

I’m using google sheets. Which interpret the pictures as links to glide storage.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 17, 2023, 4:46pm UTC](https://community.glideapps.com/t/backup-my-image-storage/62875/4 "2023-06-17T16:46:01Z")

</div>

Okay. So there are several ways you could approach this.

- If you are familiar with Google Apps Script, it would be relatively easy to write a script to download all the files and store them somewhere (in your Google Drive, for example)
- Another way to do it would be to use something like [make.com](http://make.com) to automate downloading and storing the images.
- If you happen to be a Mac user, then you could write a simple bash script to fetch them all using the wget utility program (there is probably something similar for Windows).

That’s just a few ideas. There could be several more.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [June 18, 2023, 4:46pm UTC](https://community.glideapps.com/t/backup-my-image-storage/62875/5 "2023-06-18T16:46:48Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
