amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

Invalid file #56

Open Dineshchitta opened 7 years ago

Dineshchitta commented 7 years ago

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

keshavkaul commented 7 years ago

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

Dineshchitta commented 7 years ago

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 ?