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
- Photo Selection: The user selects a photo from their device.
- Base64 Conversion: The photo is converted to Base64 format.
- Upload File to Bucket Action:
- Base64String: ...
- BucketName: You can only select AWS or Google as the cloud provider.
- FileName: user_456.png
- Encrypt: false
- Next Actions: The URL of the uploaded file is saved to the database and displayed to the user.