Delete Audio Recording

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android/iOS/web/all): Android/iOS

I was able to use the Audio.Recording and Audio.Sound classes in order to record and play audio successfully. However, when I do to delete it, I am unable to delete the file, even though I have the location, and I get the following message:

[Unhandled promise rejection: Error: Location ‘file:///data/user/0/host.exp.exponent/cache/ExperienceData/%40anonymous%2Fcoco_clubhouse-9d9b1fca-ff27-4bcc-8af4-5d8f7eac1ef8/Audio/recording-c682eee1-6233-4912-b8c6-d619658d7e6a.m4a’ isn’t deletable.]

I am using FileSystem.deleteAsync(filePath) so what am I doing wrong?

1 Like

Hey @mmatos,

Can you share a reproducible example of this in the form of a Snack?

Cheers,
Adam

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