Open akshay512 opened 4 years ago
@prachiFam any update on this? I tried with uploadImage method as follow: String uploadedImageUrl = await AmazonS3Cognito.uploadImage( "/storage/..../files/Pictures/819972955.jpg, //full path 'flutter-test', 'xxxxx' // identity pool id ); and this method always return "Failed" message.
Could you let me know what is the error message? Also please ensure that your bucket has proper permissions and that it's a public bucket as the IOS image does not work on non-public buckets. We are using this plugin in 2 of our apps and it's working as expected till date.
I am trying this feature for android uploadImage method not returning proper error message it just returning "Failed" string. So, I slightly debugged into upload image code then I found that we are not returning any error message whenever any upload image failed. Just returning "Failed" string
And also already given public access to flutter-test
bucket in order to test this feature.
After building apk image upload does not work!!