react-native-image-resizer icon indicating copy to clipboard operation
react-native-image-resizer copied to clipboard

Missing Request Token for request

Open fega opened this issue 5 years ago • 6 comments

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: image_from_ios

fega avatar Mar 12 '20 21:03 fega

I'm having the same issue on IOS

EagleVee avatar Mar 25 '20 04:03 EagleVee

@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.

fega avatar Mar 25 '20 05:03 fega

Thank you! I’ll try that out.

EagleVee avatar Mar 26 '20 05:03 EagleVee

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);

retuza avatar Jun 04 '20 10:06 retuza

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

andre-muller avatar Sep 03 '20 15:09 andre-muller

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.

3ace avatar Nov 17 '20 10:11 3ace

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.

stale[bot] avatar Sep 01 '22 19:09 stale[bot]

This issue has been automatically closed. Thank you for your contributions.

stale[bot] avatar Sep 09 '22 04:09 stale[bot]