What's new
What's new
The fix shipped in 0.21.2 didn't hold — local image uploads to Braze still failed with the same 400. The real cause was the upload format: Braze's media library expects a local file as a binary upload, not as base64 data tucked inside a JSON request. orbit_upload_image_to_braze, orbit_upload_images_to_braze, and the Braze template image upload now send the file the way Braze expects, so uploads from a file path or raw base64 land in your media library and return a hosted CDN URL. Verified end to end against the live Braze API. Remote-URL uploads were never affected.