subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.23k stars 199 forks source link

Server-side build failure (GCS: "Access Denied") #99

Closed ndahlquist closed 3 years ago

ndahlquist commented 3 years ago

It appears that the plugin has stopped working sometime within the last 2 days, likely due to a server-side permissions change on how the Flutter releases are being served.

Run subosito/flutter-action@v1.5.0
  with:
    flutter-version: 2.2.1
    channel: stable
Error: <?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object.</Details></Error>

Please let me know if any further information is helpful for debugging.

kittytastic commented 3 years ago

I'm having the same issue.

thewolfaxe commented 3 years ago

Yeah I got the same thing here

subosito commented 3 years ago

Yep, I just confirmed this issue in https://github.com/subosito/flutter-action-example/runs/2723523792?check_suite_focus=true. Any idea on an updated URL that provides release data?

qwezey commented 3 years ago

yesterday my workflows were working fine. I noticed the issue today

tuanvugoodmoney commented 3 years ago

@subosito see #100

daniel7byte commented 3 years ago

I'm having the same issue.

image

daniel7byte commented 3 years ago

Hi! Is there a workaround to keep my pipeline working?

subosito commented 3 years ago

Just merged the #100 and released v1.5.1 as well as updated v1. It should be ok now.

ndahlquist commented 3 years ago

Confirmed fixed for me! Thank you! 🥇

kuhnroyal commented 3 years ago

So the old URLs seem to work again, maybe this was an accidental change. Linking this to keep track: https://github.com/flutter/flutter/issues/83746

kuhnroyal commented 3 years ago

It looks like this change should be reverted. Everything is back to normal.