abhimortal6 / simple_s3

MIT License
7 stars 15 forks source link

A problem occurred configuring project ':simple_s3'. #31

Open RajLogistic opened 3 months ago

RajLogistic commented 3 months ago

FAILURE: Build failed with an exception.

BUILD FAILED in 10s Error: Gradle task assembleDebug failed with exit code 1

I am facing this issue. Does anyone know about it?

devsuthar07 commented 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!

devsuthar07 commented 3 months ago

@RajLogistic did you get any solution ?

pratikvarsani013 commented 2 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!

I am facing same issue.

pratikvarsani013 commented 2 months ago

@RajLogistic @devsuthar07 did you get any solution ?

MalayAgrawal commented 2 months ago

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})
deepjyotk commented 2 months ago

I am facing the same issue. How to fix this?

HemangSidapara commented 2 months ago

@MalayAgrawal in amazon_s3_cognito, identity is same as poolId or we need to generate from console?

HemangSidapara commented 2 months ago

@deepjyotk @devsuthar07 if you have old caches of gradle then copy that to gradle else not work

MalayAgrawal commented 2 months ago

@MalayAgrawal in amazon_s3_cognito, identity is same as poolId or we need to generate from console?

Its same