Hi Team,
I'm trying to upload a image (downloaded from google), through Spring boot code. The image seems uploaded but I cannot see the thumbnail, even when I download the image it always 1 KB, so empty or broken.
Details :
API - /api/v2/uploads?filename=<my file name>
header - headers.set("Content-Type", "application/binary");
Can someone please help on this ?
Thanks,
Dilan.
