0
votes

When I tried to access my bucket on Google Cloud Storage with a Flask app I'm getting this error: google.api_core.exceptions.NotFound: 404 GET https://storage.googleapis.com/storage/v1/b/[BUCKET-NAME]?projection=noAcl: The requested project was not found. I tried from a Windows 10 machine with Google Cloud SDK installed and authorized.

1

1 Answers

1
votes

The problem is now resolved. Since I changed my project I had to changed it with the gcloud CLI but it didn't changed in the "application_default_credentials.json" file which is located in AppDatat/Roaming/gcloud. I only had to adjust the project ID there.