Open RajLogistic opened 3 months ago
Hello @abhimortal6. I'm reaching out to ask for your help with an issue I'm facing while working with the simple_s3 package in my Flutter project. For the past four days, I've been encountering the following build error:
`FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring project ':simple_s3'. Could not resolve all files for configuration ':simple_s3:classpath'. Could not find com.moowork.gradle:gradle-node-plugin:1.0.0. Searched in the following locations:
If you have any ideas on how to fix this or could guide me in the right direction, I would greatly appreciate it.
Thank you for your time and assistance!
@RajLogistic did you get any solution ?
Hello @abhimortal6. I'm reaching out to ask for your help with an issue I'm facing while working with the simple_s3 package in my Flutter project. For the past four days, I've been encountering the following build error:
`FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring project ':simple_s3'. Could not resolve all files for configuration ':simple_s3:classpath'. Could not find com.moowork.gradle:gradle-node-plugin:1.0.0. Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/moowork/gradle/gradle-node-plugin/1.0.0/gradle-node-plugin-1.0.0.pom
- https://jcenter.bintray.com/com/moowork/gradle/gradle-node-plugin/1.0.0/gradle-node-plugin-1.0.0.pom Required by: project :simple_s3 > com.amazonaws:aws-android-sdk-appsync-gradle-plugin:2.7.5 Failed to notify project evaluation listener. Could not get unknown property 'android' for project ':simple_s3' of type org.gradle.api.Project. Could not get unknown property 'android' for project ':simple_s3' of type org.gradle.api.Project. Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org BUILD FAILED in 10s Error: Gradle task assembleDebug failed with exit code 1 ` I've tried various suggested solutions, but none have resolved the issue. Given your experience with creating the simple_s3 package, I thought you might have some insights or suggestions that could help me overcome this problem.
If you have any ideas on how to fix this or could guide me in the right direction, I would greatly appreciate it.
Thank you for your time and assistance!
I am facing same issue.
@RajLogistic @devsuthar07 did you get any solution ?
The lib hasn't been updated for quite a long time now, so I think the best solution will be to shift to another one a lib similar to this that I switched to was https://pub.dev/packages/amazon_s3_cognito Example to Upload
String uploadedImageUrl = await AmazonS3Cognito.upload(String bucket, String identity, String region,
String subRegion, ImageData imageData,
{bool needMultipartUpload = false})
I am facing the same issue. How to fix this?
@MalayAgrawal in amazon_s3_cognito, identity is same as poolId or we need to generate from console?
@deepjyotk @devsuthar07 if you have old caches of gradle then copy that to gradle else not work
@MalayAgrawal in amazon_s3_cognito, identity is same as poolId or we need to generate from console?
Its same
FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring project ':simple_s3'.
Try:
Get more help at https://help.gradle.org
BUILD FAILED in 10s Error: Gradle task assembleDebug failed with exit code 1
I am facing this issue. Does anyone know about it?