Closed jcdavison closed 5 years ago
@jcdavison Were you able to resolve this?
I'd like to know what is causing the 'ArgumentError: missing keyword: io' as well, since I am having the same problem.
I ended up reverting to use multipart form data in my upload and my problems went away :)
@Innarticles
@jcdavison that means you didn't use base64 image. If that's the case, no need using this gem.
Hi,
I resolved this problem by supplying my base64 image as "data:image/jpg;base64,iVBORw0KGgo..."
Hope this helps someone
Greetings @Ricoch
using
I'm running in a web request and receiving below ArgumentError
image is
using gems
and in the above error I am running in development
Thoughts on what is causing me this problem ?