Bug downloading zip datasets C3W2

When you try to execute the following (locally or in colab)

!wget --no-check-certificate \
    https://storage.googleapis.com/tensorflow-3-public/datasets/training-zombie.zip \
    -O ./training-zombie.zip

You receive this error:

--2025-06-08 12:38:08--  https://storage.googleapis.com/tensorflow-3-public/datasets/training-zombie.zip
Resolving storage.googleapis.com (storage.googleapis.com)... 74.125.130.207, 74.125.68.207, 142.251.175.207, ...
Connecting to storage.googleapis.com (storage.googleapis.com)|74.125.130.207|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-06-08 12:38:08 ERROR 403: Forbidden.

I believe there is a problem with the data not the code, since when you enter the url you get this message:

<Error>
<Code>UserProjectAccountProblem</Code>
<Message>The project to be billed is associated with a delinquent billing account.</Message>
<Details>The billing account for the owning project is disabled in state delinquent</Details>
</Error>

I think I might have found the right url: https://storage.googleapis.com/learning-datasets/training-zombie.zip