Akshat
07/10/2024, 6:21 AMData to ByteArray, but what to do about videos > 30MBs?
I'm using an expect function to get me the file for a given url.
For android, I convert File to ByteReadChannel and set as the body setBody(byteReadChannel)
For iOS, I'm not able to convert to a ByteReadChannel.