react-native-image-resizer
react-native-image-resizer copied to clipboard
Missing Request Token for request
Hello, thanks so much for this work, currently I'm having a problem where I use the resizer and then I tried to upload the image using multi-part form data.
I have tried omitting the resize step and that fix the issue:

I'm having the same issue on IOS
@EagleVee An Workaround is using RNFS to copy the file in another place before send it over a request. Is not an optimal solution but it does the trick.
Thank you! I’ll try that out.
Hi,
Same issue on IOS but I just add keepMeta paramater to true and that fix it.
return await ImageResizer.createResizedImage(uri, 566, 755, "JPEG", 100, 0, null,true);
Hi,
Same issue on IOS but I just add keepMeta paramater to true and that fix it.
return await ImageResizer.createResizedImage(uri, 566, 755, "JPEG", 100, 0, null,true);
Hi,
I've tried it but still not working on IOS
I've had this problem when using RN 0.63.2, but after updating my RN version to 0.63.3 it solves the problem.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed. Thank you for your contributions.