Aws file uploader plugin for course uploading

Aws file uploader plugin for course uploading

Is there anyone who can spare a few minutes to provide assistance with the AWS File Uploader Plugin? I have a template from Zeroqode and the AWS plugin, however, I’m having trouble with the Bubble side functions. I want to use the plugin to upload course promotional videos and lesson material for instructors. I’ve been working on this for two months now and haven’t been able to figure it out yet. If anyone could guide me or provide me with some helpful knowledge, I’d really appreciate it. Thank you for your time and help.

Hi @tamsgen15,

Sure, I’d be happy to help you with the AWS File Uploader plugin in Bubble. Here are some steps that you can follow to set up the plugin and use it to upload files:

  1. Install the AWS File Uploader plugin in your Bubble app by going to the “Plugins” tab in the editor and clicking the “Add plugins” button. Search for the AWS File Uploader plugin and click the “Install” button.
  2. Set up your AWS account and create an S3 bucket to store your files. You will need to provide your AWS access key and secret key in the plugin settings to authenticate the plugin with your AWS account.
  3. In your app, create a file field in your data model to store the uploaded files. You can use this field to store the file URL and other metadata about the file.
  4. Add the “File upload” element to your app’s page and bind it to the file field in your data model. This will allow users to select and upload files to your app.
  5. Use the “Upload file” action in a workflow to handle the file upload process. You can use this action to specify the S3 bucket where the file should be uploaded and set any other options for the upload.
  6. In the “Upload file” action, you can use the “On success” and “On error” events to trigger other workflows or actions based on the outcome of the file upload.

I hope this helps! Let me know if you have any questions or need further assistance with the AWS File Uploader plugin.

Thank you, this is really works for me.

Hello, how to add secret key in settings? @tamsgen15