aws-sdk-react-native icon indicating copy to clipboard operation
aws-sdk-react-native copied to clipboard

Invalid file

Open Dineshchitta opened this issue 8 years ago • 2 comments

I passed file path as argument in AWSS3TransferUtility.createUploadRequest({ path, like this Ex : file://data/user/0/my.package.name/cache/mypics/h.jpg

Dineshchitta avatar Apr 29 '17 11:04 Dineshchitta

@Dineshchitta In iOS, file:// schema works but in android you will have to provide an absolute path.

keshavkaul avatar May 02 '17 12:05 keshavkaul

Thank you @keshavkaul . Invalid file problem solved. But after uploading I couldn't get any callback of success. And I could not find that image in S3 bucket. Any inputs for this ?

Dineshchitta avatar May 04 '17 14:05 Dineshchitta