# Audio format for Iphones

**URL:** https://community.glideapps.com/t/audio-format-for-iphones/37397
**Category:** Ask for Help
**Created:** [January 19, 2022, 11:33am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397 "2022-01-19T11:33:49Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![Joalavedra](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joalavedra/32/37704_2.png) [@Joalavedra](https://community.glideapps.com/u/Joalavedra)
#### Post date: [January 19, 2022, 11:33am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/1 "2022-01-19T11:33:49Z")

</div>

Hi Community,

I’m building a meditation app and I’ve got some issues when IOS users try to play the updated audios.  
I’ve updated both MP3 and WAV formats into my Google Drive and linked it to the player. It seems there is no error for Android, Windows and Macbooks, but iPhone users get an error.

Any suggestions on why this could be? I originally thought it was the audio format…

Thanks!

 ![WhatsApp Image 2022-01-17 at 19.26.40](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/b/bbff4f3bf0f815abe305dc6830eede16195a22e1.jpeg)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 19, 2022, 11:48am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/2 "2022-01-19T11:48:02Z")

</div>

Generally, Google Drive is not recommended as a storage to use for Glide. We have seen various problems with Google Drive when people try to store images/videos there and display in Glide.

Please try uploading those directly to Glide to see if the problem persists.

---

<div class="post-metadata">

### Author: ![Joalavedra](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joalavedra/32/37704_2.png) [@Joalavedra](https://community.glideapps.com/u/Joalavedra)
#### Post date: [January 19, 2022, 12:03pm UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/3 "2022-01-19T12:03:30Z")

</div>

Interesting! Thanks

What would be the approach to upload the files to Glide?

I currently have a table with the Google Drive links that I export as audio.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 19, 2022, 12:27pm UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/4 "2022-01-19T12:27:38Z")

</div>

How many do you have? The only way is to upload through the file picker in Glide.

---

<div class="post-metadata">

### Author: ![Joalavedra](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joalavedra/32/37704_2.png) [@Joalavedra](https://community.glideapps.com/u/Joalavedra)
#### Post date: [January 19, 2022, 5:40pm UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/5 "2022-01-19T17:40:58Z")

</div>

Have around 10 but plan to increase it too. File picker it’s for a user to upload a file via the app no?  
Isn’t there a way to upload this directly from the database then?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 20, 2022, 12:06am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/6 "2022-01-20T00:06:13Z")

</div>

> [@Joalavedra](#):
>
> File picker it’s for a user to upload a file via the app no?

You can show a button only available for “admins”, and have a column in your User Profiles table to set yourself as admin.

Then, in that button, you add records and use the file picker to upload your files.

In your existing records, you can use an edit button and follow the same flow as above.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [January 20, 2022, 12:34am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/7 "2022-01-20T00:34:57Z")

</div>

That’s one way—

Here are a couple more ways to upload files directly to Glide without the file picker component:

> **[Screen Shot - 19 January 2022](https://www.loom.com/share/1fd1d9075e684c4aa37972b8e26ca020)**

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 20, 2022, 12:38am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/8 "2022-01-20T00:38:49Z")

</div>

Great one. I was viewing the link component and thinking we can’t upload through links, turns out images accept all files. Thanks for sharing!

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [January 20, 2022, 12:39am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/9 "2022-01-20T00:39:27Z")

</div>

Ya…it doesn’t accept large video files yet though…at least not on free plan.

---

<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: [January 20, 2022, 2:57am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/10 "2022-01-20T02:57:37Z")

</div>

yeah, I’m not sure how long it’s been there, but I only recently noticed the “URL” option when adding images via the GDE…

 ![Screen Shot 2022-01-20 at 10.55.11 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/0/a00fc089ecaa2464d03c3277033ab317c97bfa94.png)

This is incredibly useful.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [January 20, 2022, 3:38am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/11 "2022-01-20T03:38:42Z")

</div>

Ya. Been using that liberally for the past couple weeks at least. It’s so much better then switching my column to text to input an image URL. My only beef is that I can’t click on an image cell, ctrl/cmd C to copy and then paste the URL elsewhere. I’m FORCED to switch it to a text column in order to copy/paste.

---

<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: [January 20, 2022, 3:45am UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/12 "2022-01-20T03:45:18Z")

</div>

If you don’t mind an extra column, you can just add a template column to get at the URL’s

 ![Screen Shot 2022-01-20 at 11.43.58 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/e/7e0137f2c95f4c7fe29eebe1db62d29295a0f5f6.png)

(then you can click inside any cell to select/copy the URL)

---

<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: [January 21, 2022, 12:09pm UTC](https://community.glideapps.com/t/audio-format-for-iphones/37397/13 "2022-01-21T12:09:27Z")

</div>

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