Usage Scenario: Uploading a User Profile Photo

In a social media application, a user wants to select and upload their profile photo. The photo is converted to Base64 format in the application and then uploaded to the profile-pictures Bucket using the Upload File to Bucket action.

Step-by-Step Usage

  1. Photo Selection: The user selects a photo from their device.
  2. Base64 Conversion: The photo is converted to Base64 format.
  3. Upload File to Bucket Action:
    • Base64String: ...
    • BucketName: You can only select AWS or Google as the cloud provider.
    • FileName: user_456.png
    • Encrypt: false
  4. Next Actions: The URL of the uploaded file is saved to the database and displayed to the user.