A lightweight Flutter app to provide a simple, reliable mobile UI for authenticated users to pick, upload, and preview media files while handling async operations safely and showing clear feedback.
This happens when using the example code from the docs verbatim. The API call succeeds (HTTP 200), but the SDK throws a `KeyError` because the JSON response doesn't include the `"file"` key. --- ### ...