Skip to content

Fix simple upload

Legoktm requested to merge fix-upload into main

For some reason trying to upload the file using streaming wasn't working; switching to uploading it as bytes works fine.

Resolve the TODO by properly parsing the response and returning the filename.

Bug: T378908

Merge request reports