Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine-java21/ee8/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ detailed instructions.

Using the [Google Cloud SDK](https://cloud.google.com/sdk/) create a bucket

$ gsutil mb YOUR-PROJECT-ID.appspot.com
$ gcloud storage buckets create gs://YOUR-PROJECT-ID.appspot.com
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried with both gsutil and gcloud storage commands and both are failing with the same error (a domain verification error related with the gemini-code-assist comment).

Should this step be done automatically by AppEngine? Could the documentation be outdated?


* Edit `src/main/java/com/example/appengine/images/ImageServlet.java` and set your `bucket` name.

Expand Down