Uploading Audio To Supabase Bucket

Actions & Logic

Hi There! I Need help getting a recorded file in Flutterflow to upload to a storage bucket in Supabase. I am not having success at a specific part of the documentation tutorial that I believe is causing the error. I have set up an action chain on the stop button in my project. When I search for the named output file from the stop audio recording action to set it in the upload file action, it is not available like is shown in the documentation. It only gives me the option of "Recorded File", not "outputfilename"Bytes: https://docs.flutterflow.io/actions/actions/utilities/audio-recording

I have a conditional audio player that successfully plays back the recording store at the audio output variable, so I know the stop audio player function works. What am I missing that's different than Flutterflow's documentation here?: https://docs.flutterflow.io/actions/actions/utilities/audio-recording

I would expect to see userrecordingoutputBytes under widget state for uploading that file to supabase like the documentation and reference videos show, but I only see "Recorded File".

Example in documentation of available options to upload audio file from widget state:

My stop audio action:

My available options for uploading a file to supabase under widget state:

What have you tried so far?

I've tried copying documentation exactly and I also tried the method outlined in this youtube video step by step: https://youtu.be/aqdfxesALHY?si=uc0lonZROXFHw89x&t=566

They have the widget state option while I do not. I have also copied my supabase bucket setup exactly like the examples.

Did you check FlutterFlow's Documentation for this topic?
No
4
12 replies